From: OGAWA Hirofumi Date: Sun, 30 Oct 2005 23:03:50 +0000 (-0800) Subject: [PATCH] fat: remove the unneeded vfat_find() in vfat_rename() X-Git-Tag: v2.6.15-rc1~59^2~15^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9131dd4256f9598141ed374fcd47f6b4de8d2422;p=pandora-kernel.git [PATCH] fat: remove the unneeded vfat_find() in vfat_rename() Now, vfat_rename() is using vfat_find() for sanity check. This removes that sanity check, the cost of sanity check is too high. Signed-off-by: OGAWA Hirofumi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed