From: David Brownell Date: Tue, 27 Jun 2006 19:59:15 +0000 (-0700) Subject: [PATCH] fix static linking of NFS X-Git-Tag: v2.6.18-rc1~591 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=266bee88699ddbde42ab303bbc426a105cc49809;p=pandora-kernel.git [PATCH] fix static linking of NFS Builds on ARM report link problems with common configurations like statically linked NFS (for nfsroot). The symptom is that __init section code references __exit section code; that won't work since the exit sections are discarded (since they can never be called). The best fix for these particular cases would be an "__init_or_exit" section annotation. Signed-off-by: David Brownell Acked-by: Trond Myklebust Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed