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, 11 Nov 2014 16:06:15 +0000 (11:06 -0500)
commit4b0a7c6e42fd3400276443ac5e751c7e0e9cab7d
tree0bbea344b7072efcdd0b73eb35f50e00acba8716
parentfb96209a1e1bda7ee140abdb5276c2f6ce562ed4
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