From: Mark Fasheh Date: Thu, 14 Sep 2006 05:01:16 +0000 (-0700) Subject: ocfs2: Remove ->unblock lockres operation X-Git-Tag: v2.6.19-rc1~1259^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5e500e23e532795fbf79a3cdbcb014f207fdb2a;p=pandora-kernel.git ocfs2: Remove ->unblock lockres operation Have ocfs2_process_blocked_lock() call ocfs2_generic_unblock_lock(), which gets to be ocfs2_unblock_lock() now that it's the only possible unblock function. Remove the ->unblock() callback from the structure, and all lock type specific unblock functions. Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed