Unionfs: don't purge lower sb data on remount
authorErez Zadok <ezk@cs.sunysb.edu>
Mon, 31 Mar 2008 23:09:49 +0000 (19:09 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Mon, 31 Mar 2008 23:09:49 +0000 (19:09 -0400)
commit724c41040f63d62a14e73f4d281f22e766f1c994
tree8e8514e8fe8a46f8ad7d0d6fe1febdf58d8e28b9
parentd883cad0042f8651347cf07bd4690ea805965516
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