[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)
commite3df18983ea090a2e00dd5c2c6167bb431a0e0a2
tree99f7944da7c8c85eed6738c1ef9f357f7dcae928
parent1d9b7d97d6661edb44ce08f17e47c66d4ac20e34
[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