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, 1 Dec 2013 00:53:09 +0000 (19:53 -0500)
commite97733f7288dda3000eb149437b53dcbb749d5dd
tree9a527664ea8aaf1829fb72460f0aaee51282a45f
parent15a44cfbf92dfdc06deb8686f51fb18e0a7f2f0c
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