af8d43b5d88c4a79d parent e7374e48009a15a680d53bd1f9828b9b79a8aac9 author David Brownell 1151438355 -0700 committer Linus Torvalds 1151442439 -0700 [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 F