split invalidate_inodes()
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 26 Oct 2010 00:49:35 +0000 (20:49 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 26 Oct 2010 01:27:18 +0000 (21:27 -0400)
commit63997e98a3be68d7cec806d22bf9b02b2e1daabb
treeacd366273dc459d6b34e7f67216c06eb56117a4a
parent9843b76aae80293f5b5a0e275360627508595ce5
split invalidate_inodes()

Pull removal of fsnotify marks into generic_shutdown_super().
Split umount-time work into a new function - evict_inodes().
Make sure that invalidate_inodes() will be able to cope with
I_FREEING once we change locking in iput().

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/inode.c
fs/internal.h
fs/notify/inode_mark.c
fs/super.c