ocfs2: Remove ->unblock lockres operation
authorMark Fasheh <mark.fasheh@oracle.com>
Thu, 14 Sep 2006 05:01:16 +0000 (22:01 -0700)
committerMark Fasheh <mark.fasheh@oracle.com>
Sun, 24 Sep 2006 20:50:48 +0000 (13:50 -0700)
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 <mark.fasheh@oracle.com>
fs/ocfs2/dlmglue.c

Simple merge