From: Alexander Block Date: Fri, 15 Jun 2012 07:49:33 +0000 (+0200) Subject: Btrfs: don't update atime on RO subvolumes X-Git-Tag: v3.6-rc1~81^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bc5565286121d2a77ccd728eb3484dff2035b58;p=pandora-kernel.git Btrfs: don't update atime on RO subvolumes Before the update_time inode operation was indroduced, it was not possible to prevent updates of atime on RO subvolumes. VFS was only able to check for RO on the mount, but did not know anything about btrfs subvolumes. btrfs_update_time does now check if the root is RO and skip updating of times. Signed-off-by: Alexander Block --- Reading git-diff-tree failed