]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] jbd: embed j_commit_timer in journal struct
authorAndrew Morton <akpm@osdl.org>
Sat, 25 Mar 2006 11:06:53 +0000 (03:06 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 25 Mar 2006 16:22:50 +0000 (08:22 -0800)
commit648eb7e18548a552b9898bd2f49f2dd85afc15fc
tree99f7944da7c8c85eed6738c1ef9f357f7dcae928
parentdc0fb17753f7ac0528b4756743cc5dcfafe166d4
[PATCH] jbd: embed j_commit_timer in journal struct

The kjournald timer is currently on the kernel thread's stack and the journal
structure points at it.  Save a pointer hop by moving the timer into the
journal structure.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/jbd/journal.c
fs/jbd/transaction.c
include/linux/jbd.h