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 01:42:22 +0000 (20:42 -0500)
commite7b2394b5c8ab8b686c3890e2e4613c759e1f6f8
treeacce47ddab0631dd82ef1173b0409006a76b01a3
parent3c7af95681860acc03b8bac3d0b4a24a4a7f3be6
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