commit | 026bde120a161d9035502a47dd311bd572f6d31f | [log] [tgz] |
---|---|---|
author | Dean Nelson <dcn@sgi.com> | Tue Dec 02 08:06:01 2008 -0600 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Dec 02 15:51:35 2008 -0800 |
tree | 33c611fe977766b98442db0b99700e8e1921171b | |
parent | 7a0d7940e7c7c143520e38900ddd4e217d3c6640 [diff] |
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 <dcn@sgi.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>