From: Tiger Yang Date: Tue, 20 Mar 2007 23:01:38 +0000 (-0700) Subject: ocfs2: Remove delete inode vote X-Git-Tag: v2.6.22-rc1~1124^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=500086300e6dc5308a7328990bd50d17e075162b;p=pandora-kernel.git ocfs2: Remove delete inode vote 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: Tiger Yang Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed