[patch 00/11] Cleanup unload_nls() calls

From: Thomas Gleixner
Date: Fri Aug 14 2009 - 08:42:53 EST


While looking through the BKL call sites in fs/* I noticed that most
callsites of unload_nls() do

if (nls)
unload_nls(nls);

The patch series moves the NULL pointer check into unload_nls() and
cleans up the various users.

Thanks,

tglx
---
befs/linuxvfs.c | 7 +------
cifs/cifsfs.c | 3 +--
fat/inode.c | 16 ++++------------
hfs/mdb.c | 6 ++----
hfsplus/super.c | 6 ++----
isofs/inode.c | 8 ++------
jfs/super.c | 9 +++------
ncpfs/inode.c | 12 ++----------
ncpfs/ioctl.c | 6 ++----
nls/nls_base.c | 3 ++-
ntfs/super.c | 10 ++++------
smbfs/inode.c | 10 ++--------
12 files changed, 27 insertions(+), 69 deletions(-)



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/