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>
Tue, 13 Jan 2009 02:33:33 +0000 (21:33 -0500)
commit0fef13b4765103937e6d59ab89d27435c44e41f5
treef227defee26296946fbf2b67c6e8182828e646ef
parent80c48ba22d7af9ba96fbc0b345ebcf97d6aade48
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