projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1b7ea5
)
xfs_destroy_workqueues() should not be tagged with__exit
author
Luck, Tony
<tony.luck@intel.com>
Mon, 11 Apr 2011 19:06:12 +0000
(12:06 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Mon, 11 Apr 2011 22:47:20 +0000
(15:47 -0700)
ia64 throws away .exit sections for the built-in CONFIG case, so routines
that are used in other circumstances should not be tagged as __exit.
Signed-off-by: Tony Luck <tony.luck@intel.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Alex Elder <aelder@sgi.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/xfs/linux-2.6/xfs_super.c
patch
|
blob
|
history
diff --git
a/fs/xfs/linux-2.6/xfs_super.c
b/fs/xfs/linux-2.6/xfs_super.c
index
67d5b2c
..
b38e58d
100644
(file)
--- a/
fs/xfs/linux-2.6/xfs_super.c
+++ b/
fs/xfs/linux-2.6/xfs_super.c
@@
-1741,7
+1741,7
@@
out:
return -ENOMEM;
}
-STATIC void
__exit
+STATIC void
xfs_destroy_workqueues(void)
{
destroy_workqueue(xfs_ail_wq);