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)
commitb5e500e23e532795fbf79a3cdbcb014f207fdb2a
tree44acf287ae9c45678d7b712518d252c95c75eb5b
parentcc567d89b3af4294580c9c97610d2c1018032e33
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 <mark.fasheh@oracle.com>
fs/ocfs2/dlmglue.c