From: Al Viro Date: Sat, 5 Jun 2010 00:19:55 +0000 (-0400) Subject: Take ->i_bdev/->i_cdev handling out of clear_inode() X-Git-Tag: v2.6.36-rc1~304^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=661074e91b1da1ee262dfde6dd836deacccb9def;p=pandora-kernel.git 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 --- Reading git-diff-tree failed