1
0
Fork 0
alistair23-linux/fs/befs
Thomas Gleixner 6d729e44a5 fs: Make unload_nls() NULL pointer safe
Most call sites of unload_nls() do:
	if (nls)
		unload_nls(nls);

Check the pointer inside unload_nls() like we do in kfree() and
simplify the call sites.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Steve French <sfrench@us.ibm.com>
Cc: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Cc: Roman Zippel <zippel@linux-m68k.org>
Cc: Dave Kleikamp <shaggy@linux.vnet.ibm.com>
Cc: Petr Vandrovec <vandrove@vc.cvut.cz>
Cc: Anton Altaparmakov <aia21@cantab.net>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2009-09-24 07:47:42 -04:00
..
ChangeLog Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Kconfig fs/Kconfig: move befs out 2009-01-22 13:15:57 +03:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
TODO Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
befs.h [PATCH] befs: endianness annotations 2006-10-10 16:15:33 -07:00
befs_fs_types.h befs: annotate fs32 on tests for superblock endianness 2008-10-16 11:21:46 -07:00
btree.c fs/: Spelling fixes 2008-02-03 17:33:42 +02:00
btree.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
datastream.c Spelling fixes: lenght->length 2008-02-03 15:42:53 +02:00
datastream.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
debug.c kmemtrace, befs: fix slab.h dependency problem 2009-04-03 12:21:33 +02:00
endian.h byteorder: don't directly include linux/byteorder/generic.h 2008-05-16 12:01:45 -07:00
inode.c [PATCH] befs: prepare to sanitizing headers 2006-10-10 16:15:33 -07:00
inode.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
io.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
io.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
linuxvfs.c fs: Make unload_nls() NULL pointer safe 2009-09-24 07:47:42 -04:00
super.c befs: fix build on parisc 2009-04-08 10:21:43 -07:00
super.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00