JFS: Make sure special inode data is written after journal is flushed
authorDave Kleikamp <shaggy@linux.vnet.ibm.com>
Wed, 10 Oct 2007 16:11:24 +0000 (11:11 -0500)
committerDave Kleikamp <shaggy@linux.vnet.ibm.com>
Thu, 3 Jan 2008 19:11:37 +0000 (13:11 -0600)
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 <shaggy@linux.vnet.ibm.com>

No differences found