Skip to content
  • Thomas Gleixner's avatar
    fs: Make unload_nls() NULL pointer safe · 6d729e44
    Thomas Gleixner authored
    
    
    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: default avatarThomas 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: default avatarAl Viro <viro@zeniv.linux.org.uk>
    6d729e44