git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29a424f
)
JFS: Make sure special inode data is written after journal is flushed
author
Dave Kleikamp
<shaggy@linux.vnet.ibm.com>
Wed, 10 Oct 2007 16:11:24 +0000
(11:11 -0500)
committer
Dave 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