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)
commit67e6682f18b3bf812a994ae027ff87174a297ae8
tree83be09c8232ecb9f7af9683a1b48f97767f573c5
parent29a424f28390752a4ca2349633aaacc6be494db5
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 <shaggy@linux.vnet.ibm.com>
fs/jfs/jfs_logmgr.c
fs/jfs/jfs_umount.c