ocfs2: Remove special casing for inode creation in ocfs2_dentry_attach_lock()
authorMark Fasheh <mark.fasheh@oracle.com>
Thu, 21 Sep 2006 23:51:28 +0000 (16:51 -0700)
committerMark Fasheh <mark.fasheh@oracle.com>
Sun, 24 Sep 2006 20:50:45 +0000 (13:50 -0700)
commit0027dd5bc213bc639e09dd002a4ab56bd18317c3
treeb41612706b25e8be6aa22f8423cc92a95a2337dc
parent1ba9da2ffa54b56a6346746248bfa38124d499a6
ocfs2: Remove special casing for inode creation in ocfs2_dentry_attach_lock()

We can't use LKM_LOCAL for new dentry locks because an unlink and subsequent
re-create of a name/inode pair may result in the lock still being mastered
somewhere in the cluster.

Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
fs/ocfs2/dcache.c
fs/ocfs2/dcache.h
fs/ocfs2/namei.c