From: Al Viro Date: Sat, 5 Jun 2010 00:55:25 +0000 (-0400) Subject: new helper: end_writeback() X-Git-Tag: v2.6.36-rc1~304^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0683aa638b3326c6fc22e5290dfa75e08bd83f5;p=pandora-kernel.git new helper: end_writeback() Essentially, the minimal variant of ->evict_inode(). It's a trimmed-down clear_inode(), sans any fs callbacks. Once it returns we know that no async writeback will be happening; every ->evict_inode() instance should do that once and do that before doing anything ->write_inode() could interfere with (e.g. freeing the on-disk inode). Signed-off-by: Al Viro --- Reading git-diff-tree failed