[PATCH] use ->d_lock instead of dcache_lock in vfat_revalidate (2/6)
commit168e5083c830be8f52f08e04cdb5e5a9839f0d0b
authorHirofumi Ogawa <hirofumi@mail.parknet.co.jp>
Mon, 6 Oct 2003 04:01:47 +0000 (5 21:01 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Mon, 6 Oct 2003 04:01:47 +0000 (5 21:01 -0700)
tree7a979f47afc4c32df171e8973dcc5acb4ac2cb53
parentf76e3f49d09a1bab53a791b68a86bb4a03669029
[PATCH] use ->d_lock instead of dcache_lock in vfat_revalidate (2/6)

This uses more fine granularity ->d_lock than ->dcache_lock for
->d_parent with d_move() race.
fs/vfat/namei.c