From: Andrew Morton Date: Sat, 25 Mar 2006 11:06:53 +0000 (-0800) Subject: [PATCH] jbd: embed j_commit_timer in journal struct X-Git-Tag: v2.6.17-rc1~843 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3df18983ea090a2e00dd5c2c6167bb431a0e0a2;p=pandora-kernel.git [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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed