From: Christoph Hellwig Date: Mon, 8 Jun 2009 11:35:40 +0000 (+0200) Subject: cleanup __writeback_single_inode X-Git-Tag: v2.6.31-rc1~13^2~15 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01c031945f2755c7afaaf456088543312f2b72ea;p=pandora-kernel.git cleanup __writeback_single_inode There is no reason to for the split between __writeback_single_inode and __sync_single_inode, the former just does a couple of checks before tail-calling the latter. So merge the two, and while we're at it split out the I_SYNC waiting case for data integrity writers, as it's logically separate function. Finally rename __writeback_single_inode to writeback_single_inode. Signed-off-by: Christoph Hellwig Signed-off-by: Al Viro --- Reading git-diff-tree failed