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:
ede86cc
)
jbd2: Fix buffer head leak when writing the commit block
author
Theodore Ts'o
<tytso@mit.edu>
Mon, 6 Oct 2008 16:04:02 +0000
(12:04 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Mon, 6 Oct 2008 16:04:02 +0000
(12:04 -0400)
Also make sure the buffer heads are marked clean before submitting bh
for writing. The previous code was marking the buffer head dirty,
which would have forced an unneeded write (and seek) to the journal
for no good reason.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/jbd2/commit.c
patch
|
blob
|
history
diff --cc
fs/jbd2/commit.c
Simple merge