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>
Thu, 16 Jun 2011 22:44:37 +0000 (15:44 -0700)
commit980c695c887c9b17684956b8b797a9f96f6873ee
treee9b596479a457665352932890223336865f4a62d
parentb96ce0eba81da8ae48c8c5ff64ccc14e6a42fd1a
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