From: Ryusuke Konishi Date: Tue, 7 Apr 2009 02:01:44 +0000 (-0700) Subject: nilfs2: cleanup nilfs_clear_inode X-Git-Tag: v2.6.30-rc1~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2e7d2df82cafb76f76809ddf6e2caa8afe4f75e;p=pandora-kernel.git nilfs2: cleanup nilfs_clear_inode This will remove the following unnecessary locks and cleanup code in nilfs_clear_inode(): - unnecessary protection using nilfs_transaction_begin() and nilfs_transaction_end(). - cleanup code of i_dirty list field which is never chained when this function is called. - spinlock used when releasing i_bh field. Signed-off-by: Ryusuke Konishi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed