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, 31 Jan 2012 07:57:45 +0000 (02:57 -0500)
commit9c07ce4cbeb6ff0a2188a62b93d9d2db114a160f
tree10be9e88bac65b9a2fd06d2883e5ee90774ff3e4
parent661fb1fd9a6e0b7fe85ca1fe4392a53542adca10
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