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