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