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>
Sun, 6 Mar 2011 08:43:15 +0000 (03:43 -0500)
commit1f2d588000541929ffb8b1235bdb7ed02170d8da
tree2ac0d79e2e12245acabd7028971598f9f35418b0
parent058e0c68c152f218a69fcd9235f1c3addd3176df
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