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:
7a342d5
)
jbd2: Fix buffer head leak when writing the commit block
author
Theodore Ts'o
<tytso@mit.edu>
Sun, 16 Nov 2008 16:05:30 +0000
(11:05 -0500)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 5 Dec 2008 18:55:41 +0000
(10:55 -0800)
(cherry picked from commit
45a90bfd90c1215bf824c0f705b409723f52361b
)
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/jbd2/commit.c
patch
|
blob
|
history
diff --cc
fs/jbd2/commit.c
Simple merge