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