From: Namjae Jeon Date: Fri, 23 Mar 2012 22:02:38 +0000 (-0700) Subject: fat: clean up xlate_to_uni() X-Git-Tag: v3.4-rc1~109^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41f0c02eacec9f984adb22e8fecda49e13b7eb13;p=pandora-kernel.git fat: clean up xlate_to_uni() xlate_to_uni() is called by vfat_build_slots() with sbi->nls_io as the final argument. nls_io can never be null at this point because the check is already being done in fat_fill_super() wherein the mount fails if it is null. Signed-off-by: Namjae Jeon Signed-off-by: Ravishankar N Acked-by: OGAWA Hirofumi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed