commit | 63997e98a3be68d7cec806d22bf9b02b2e1daabb | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon Oct 25 20:49:35 2010 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Oct 25 21:27:18 2010 -0400 |
tree | acd366273dc459d6b34e7f67216c06eb56117a4a | |
parent | 9843b76aae80293f5b5a0e275360627508595ce5 [diff] |
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>