commit | 67e6682f18b3bf812a994ae027ff87174a297ae8 | [log] [tgz] |
---|---|---|
author | Dave Kleikamp <shaggy@linux.vnet.ibm.com> | Wed Oct 10 11:11:24 2007 -0500 |
committer | Dave Kleikamp <shaggy@linux.vnet.ibm.com> | Thu Jan 03 13:11:37 2008 -0600 |
tree | 83be09c8232ecb9f7af9683a1b48f97767f573c5 | |
parent | 29a424f28390752a4ca2349633aaacc6be494db5 [diff] |
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>