Searched hist:"266 bee88699ddbde42ab303bbc426a105cc49809" (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/nfs/ |
H A D | read.c | diff 266bee88699ddbde42ab303bbc426a105cc49809 Tue Jun 27 14:59:15 CDT 2006 David Brownell <david-b@pacbell.net> [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>
|
H A D | pagelist.c | diff 266bee88699ddbde42ab303bbc426a105cc49809 Tue Jun 27 14:59:15 CDT 2006 David Brownell <david-b@pacbell.net> [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>
|
H A D | direct.c | diff 266bee88699ddbde42ab303bbc426a105cc49809 Tue Jun 27 14:59:15 CDT 2006 David Brownell <david-b@pacbell.net> [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>
|
H A D | internal.h | diff 266bee88699ddbde42ab303bbc426a105cc49809 Tue Jun 27 14:59:15 CDT 2006 David Brownell <david-b@pacbell.net> [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>
|
H A D | inode.c | diff 266bee88699ddbde42ab303bbc426a105cc49809 Tue Jun 27 14:59:15 CDT 2006 David Brownell <david-b@pacbell.net> [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>
|
H A D | write.c | diff 266bee88699ddbde42ab303bbc426a105cc49809 Tue Jun 27 14:59:15 CDT 2006 David Brownell <david-b@pacbell.net> [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>
|