From: Li Hong Date: Sat, 10 Apr 2010 15:25:39 +0000 (+0800) Subject: nilfs2: change sc_timer from a pointer to an embedded one in struct nilfs_sc_info X-Git-Tag: v2.6.35-rc1~462^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdce895ea5dd4e24edf1f4d693827349a4e5b3b4;p=pandora-kernel.git nilfs2: change sc_timer from a pointer to an embedded one in struct nilfs_sc_info In nilfs_segctor_thread(), timer is a local variable allocated on stack. Its address can't be set to sci->sc_timer and passed in several procedures. It works now by chance, just because other procedures are called by nilfs_segctor_thread() directly or indirectly and the stack hasn't been deallocated yet. Signed-off-by: Li Hong Signed-off-by: Ryusuke Konishi --- Reading git-diff-tree failed