git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ba9da2
)
ocfs2: Remove special casing for inode creation in ocfs2_dentry_attach_lock()
author
Mark Fasheh
<mark.fasheh@oracle.com>
Thu, 21 Sep 2006 23:51:28 +0000
(16:51 -0700)
committer
Mark Fasheh
<mark.fasheh@oracle.com>
Sun, 24 Sep 2006 20:50:45 +0000
(13:50 -0700)
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>
No differences found