commit | e3df18983ea090a2e00dd5c2c6167bb431a0e0a2 | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@osdl.org> | Sat Mar 25 03:06:53 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Mar 25 08:22:50 2006 -0800 |
tree | 99f7944da7c8c85eed6738c1ef9f357f7dcae928 | |
parent | 1d9b7d97d6661edb44ce08f17e47c66d4ac20e34 [diff] |
[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>