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