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, 6 Jan 2010 03:44:46 +0000 (22:44 -0500)
commitf851aeaf1fdb5732b901da1e4a3ce2ec202712a0
tree1ddb1835fbee0350c20b083cfdb8c4ed5ecdc3de
parentc8f697121c076c37e8253bdaaac6afe8b0c3b4c7
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