mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-05-07 04:43:42 +00:00
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>