commit | 661074e91b1da1ee262dfde6dd836deacccb9def | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Fri Jun 04 20:19:55 2010 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Aug 09 16:47:48 2010 -0400 |
tree | 97227898352c3bea7975fcc0bb98a8e013b1d03b | |
parent | c6287315cb958e740466555ca5e9d007f25b39bd [diff] |
Take ->i_bdev/->i_cdev handling out of clear_inode() All call chains to clear_inode() pass through evict_inode() and clear_inode() should be called by evict_inode() exactly once. So we can pull i_bdev/i_cdev detaching up to evict_inode() itself. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>