Unionfs: remove unnecessary lower atime updates
authorErez Zadok <ezk@cs.sunysb.edu>
Sun, 11 Nov 2007 23:34:34 +0000 (18:34 -0500)
committerErez Zadok <ezk@cs.sunysb.edu>
Tue, 13 Jan 2009 02:32:23 +0000 (21:32 -0500)
commit0a27178c3c5a19907cfa620e75eca1a90b3957da
treec7c03ba48cd63016ad0cd907763d43aa1354d986
parent4cb44346c49ebb4a118ed881f0d06cffb1a929a8
Unionfs: remove unnecessary lower atime updates

No need for this because our readpage calls vfs_read on the lower objects,
which would update the atime as/if needed.

Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/file.c
fs/unionfs/mmap.c