[PATCH] ntfs: remove superflous MS_NOATIME/MS_NODIRATIME assignments
authorChristoph Hellwig <hch@lst.de>
Tue, 10 Jan 2006 04:52:14 +0000 (20:52 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 10 Jan 2006 16:01:33 +0000 (08:01 -0800)
commit24a44dca356e7c68e33bece4effa7021e7429493
tree8ca94216e6b82e222a2cbdff128cbda3ef87164c
parente6a6d2efcb7e7c87c5fe0395803da1453b29cbef
[PATCH] ntfs: remove superflous MS_NOATIME/MS_NODIRATIME assignments

MS_RDONLU implies not atime updates at all, no need for the MS_NOATIME and
MS_NODIRATIME flags.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Cc: Anton Altaparmakov <aia21@cantab.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/ntfs/super.c