]> git.baikalelectronics.ru Git - kernel.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)
commit2c1f38f686efa8b501b212906be0662367d37105
tree03518a5de4f37619beb219eb2de2c48a572b99db
parent7d4ab351090f9090c693527051c5a1bb1409d233
[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