]> git.neil.brown.name Git - history.git/commit
[PATCH] Fix the vfat dentry handling fix
authorHirofumi Ogawa <hirofumi@mail.parknet.co.jp>
Sat, 2 Aug 2003 11:08:47 +0000 (04:08 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Sat, 2 Aug 2003 11:08:47 +0000 (04:08 -0700)
commitb17b8141fed095aaa84178ac5ca2ad49ba113551
tree5254591ea98813f9acf7d137ee59cc023c1ea672
parent13c8c7ec3cd8f38aacbca088252a16b3d70f6424
[PATCH] Fix the vfat dentry handling fix

This adds the forgotten test whether it's negative dentry.  That test
should be needed only in negative dentry case.

Removes unneeded dcache_lock.

(NOTE: vfat still has the filename case problem on mkdir(), rename() etc.)
fs/vfat/namei.c