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:
498e5f2
)
jbd2: Remove a large array of bh's from the stack of the checkpoint routine
author
Theodore Ts'o
<tytso@mit.edu>
Wed, 5 Nov 2008 05:09:22 +0000
(
00:09
-0500)
committer
Theodore Ts'o
<tytso@mit.edu>
Wed, 5 Nov 2008 05:09:22 +0000
(
00:09
-0500)
jbd2_log_do_checkpoint()n is one of the kernel's largest stack users.
Move the array of buffer head's from the stack of jbd2_log_do_checkpoint()
to the in-core journal structure.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
No differences found