Revision 6bc02d8412b422388f86b09ae40d762c0bc05290 authored by Adrian Bunk on 14 July 2006, 07:24:15 UTC, committed by Linus Torvalds on 15 July 2006, 04:53:53 UTC
Christoph Hellwig:
open_softirq just enables a softirq.  The softirq array is statically
allocated so to add a new one you would have to patch the kernel.  So
there's no point to keep this export at all as any user would have to
patch the enum in include/linux/interrupt.h anyway.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent cccedb1
History
File Mode Size
Makefile -rw-r--r-- 357 bytes
cache.h -rw-r--r-- 681 bytes
callback.c -rw-r--r-- 4.1 KB
cell.c -rw-r--r-- 13.1 KB
cell.h -rw-r--r-- 2.5 KB
cmservice.c -rw-r--r-- 14.5 KB
cmservice.h -rw-r--r-- 943 bytes
dir.c -rw-r--r-- 16.5 KB
errors.h -rw-r--r-- 1.2 KB
file.c -rw-r--r-- 6.4 KB
fsclient.c -rw-r--r-- 20.8 KB
fsclient.h -rw-r--r-- 1.7 KB
inode.c -rw-r--r-- 6.8 KB
internal.h -rw-r--r-- 3.5 KB
kafsasyncd.c -rw-r--r-- 6.0 KB
kafsasyncd.h -rw-r--r-- 1.5 KB
kafstimod.c -rw-r--r-- 4.6 KB
kafstimod.h -rw-r--r-- 1.3 KB
main.c -rw-r--r-- 7.5 KB
misc.c -rw-r--r-- 1.1 KB
mntpt.c -rw-r--r-- 6.8 KB
mount.h -rw-r--r-- 796 bytes
proc.c -rw-r--r-- 21.3 KB
server.c -rw-r--r-- 11.9 KB
server.h -rw-r--r-- 3.4 KB
super.c -rw-r--r-- 10.2 KB
super.h -rw-r--r-- 1.1 KB
transport.h -rw-r--r-- 649 bytes
types.h -rw-r--r-- 3.4 KB
vlclient.c -rw-r--r-- 17.1 KB
vlclient.h -rw-r--r-- 3.9 KB
vlocation.c -rw-r--r-- 24.6 KB
vnode.c -rw-r--r-- 9.7 KB
vnode.h -rw-r--r-- 2.9 KB
volume.c -rw-r--r-- 12.4 KB
volume.h -rw-r--r-- 4.9 KB

back to top