]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] fat: remove the unneeded vfat_find() in vfat_rename()
authorOGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Sun, 30 Oct 2005 23:03:50 +0000 (15:03 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 31 Oct 2005 01:37:32 +0000 (17:37 -0800)
commit9131dd4256f9598141ed374fcd47f6b4de8d2422
tree03518a5de4f37619beb219eb2de2c48a572b99db
parent451cbaa1c328082832a8fbcc427cd4416c602c5a
[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 <hirofumi@mail.parknet.co.jp>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/msdos/namei.c
fs/vfat/namei.c