From: Dave Kleikamp Date: Wed, 10 Oct 2007 16:11:24 +0000 (-0500) Subject: JFS: Make sure special inode data is written after journal is flushed X-Git-Tag: v2.6.25-rc1~1238^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67e6682f18b3bf812a994ae027ff87174a297ae8;p=pandora-kernel.git JFS: Make sure special inode data is written after journal is flushed This patch makes sure that data that we tried to flush before the journal was completely written actually gets pushed to disk. To avoid duplicating code, moved common code to write_special_inodes(). Signed-off-by: Dave Kleikamp --- Reading git-diff-tree failed