1
0
Files
linux/arch/mips/kernel
Alexey Dobriyan e4dc1b14d8 Use list_head in binfmt handling
Switch single-linked binfmt formats list to usual list_head's.  This leads
to one-liners in register_binfmt() and unregister_binfmt().  The downside
is one pointer more in struct linux_binfmt.  This is not a problem, since
the set of registered binfmts on typical box is very small -- (ELF +
something distro enabled for you).

Test-booted, played with executable .txt files, modprobe/rmmod binfmt_misc.

Signed-off-by: Alexey Dobriyan <adobriyan@sw.ru>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-10-17 08:42:46 -07:00
..
2007-07-13 17:40:01 +01:00
2005-04-16 15:20:36 -07:00
2007-10-17 08:42:46 -07:00
2007-10-11 23:46:04 +01:00
2007-07-12 17:41:23 +01:00
2007-10-16 09:42:49 -07:00
2006-12-10 21:52:11 +00:00
2007-09-14 19:08:42 +01:00
2007-10-11 23:46:08 +01:00
2007-10-13 00:53:01 +01:00
2007-10-11 23:46:18 +01:00
2007-05-08 11:14:58 -07:00
2007-10-16 18:23:47 +01:00