summaryrefslogtreecommitdiffstats
path: root/fs/smbfs
diff options
context:
space:
mode:
authorAndi Kleen2009-04-19 18:40:43 +0200
committerLinus Torvalds2009-04-19 19:46:47 +0200
commit613cbe3d4870429bf2e816d4bbe3146d157ee5c1 (patch)
tree52031a08d45201164ca6b8a126b3a0c4af2ecb43 /fs/smbfs
parentRemove 'recurse into child resources' logic from 'reserve_region_with_split()' (diff)
downloadkernel-qcow2-linux-613cbe3d4870429bf2e816d4bbe3146d157ee5c1.tar.gz
kernel-qcow2-linux-613cbe3d4870429bf2e816d4bbe3146d157ee5c1.tar.xz
kernel-qcow2-linux-613cbe3d4870429bf2e816d4bbe3146d157ee5c1.zip
Don't set relatime when noatime is specified
Since commit 0a1c01c9477602ee8b44548a9405b2c1d587b5a2 ("Make relatime default") when a file system is mounted explicitely with noatime it gets both the MNT_RELATIME and MNT_NOATIME bits set. This shows up like this in /proc/mounts: /dev/xxx /yyy ext3 rw,noatime,relatime,errors=continue,data=writeback 0 0 That looks strange. The VFS uses noatime in this case, but both flags are set. So it's more a cosmetic issue, but still better to fix. Cc: mjg@redhat.com Signed-off-by: Andi Kleen <ak@linux.intel.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/smbfs')
0 files changed, 0 insertions, 0 deletions