• T
    ocfs2: Remove delete inode vote · 50008630
    Tiger Yang 提交于
    Ocfs2 currently does cluster-wide node messaging to check the open state of
    an inode during delete. This patch removes that mechanism in favor of an
    inode cluster lock which is taken at shared read when an inode is first read
    and dropped in clear_inode(). This allows a deleting node to test the
    liveness of an inode by attempting to take an exclusive lock.
    Signed-off-by: NTiger Yang <tiger.yang@oracle.com>
    Signed-off-by: NMark Fasheh <mark.fasheh@oracle.com>
    50008630
dlmglue.c 81.5 KB