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>
Thu, 6 Aug 2009 19:37:53 +0000 (15:37 -0400)
commit2a5b73da3cc37436096b02caf294113dc463ffcf
tree29b0b11d2c53cb98a08b53d3f30782cdcec7e1f3
parent8deccba5ff2e63bc67431928f2592478fcf40c4f
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