From: Dean Nelson Date: Tue, 2 Dec 2008 14:06:01 +0000 (-0600) Subject: sgi-gru: call fs_initcall() if statically linked X-Git-Tag: v2.6.28-rc8~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=026bde120a161d9035502a47dd311bd572f6d31f;p=pandora-kernel.git sgi-gru: call fs_initcall() if statically linked If xpc.ko and gru.ko are both statically linked into the kernel, then xpc_init() can get called before gru_init() and make a call to one of the gru's exported functions before the gru has initialized itself. The end result is a NULL dereference. Signed-off-by: Dean Nelson Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed