Unionfs: don't purge lower sb data on remount
authorErez Zadok <ezk@cs.sunysb.edu>
Sun, 30 Mar 2008 21:11:47 +0000 (17:11 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Wed, 20 May 2009 20:59:53 +0000 (16:59 -0400)
commitee32c930ca741944e786f8c8c92cf1f63fe69e62
tree5374c3498c45ed2c1f90e1ccb20268e3550ca29c
parent89cdb3defbfc258b48d96367a4e01c84a7870ce3
Unionfs: don't purge lower sb data on remount

This is no longer needed, as we don't have upper and lower pages.  Plus this
was racy, requiring the unexported inode_lock variable.

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