aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/acct.c
diff options
context:
space:
mode:
authorDavid Brownell <david-b@pacbell.net>2006-06-27 12:59:15 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2006-06-27 14:07:19 -0700
commit266bee88699ddbde42ab303bbc426a105cc49809 (patch)
tree2d2b57f869321e177caf173af8d43b5d88c4a79d /kernel/acct.c
parente7374e48009a15a680d53bd1f9828b9b79a8aac9 (diff)
downloadkernel_samsung_smdk4412-266bee88699ddbde42ab303bbc426a105cc49809.zip
kernel_samsung_smdk4412-266bee88699ddbde42ab303bbc426a105cc49809.tar.gz
kernel_samsung_smdk4412-266bee88699ddbde42ab303bbc426a105cc49809.tar.bz2
[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 <dbrownell@users.sourceforge.net> Acked-by: Trond Myklebust <trond.myklebust@fys.uio.no> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'kernel/acct.c')
0 files changed, 0 insertions, 0 deletions