commit | b5e500e23e532795fbf79a3cdbcb014f207fdb2a | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Wed Sep 13 22:01:16 2006 -0700 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Sun Sep 24 13:50:48 2006 -0700 |
tree | 44acf287ae9c45678d7b712518d252c95c75eb5b | |
parent | cc567d89b3af4294580c9c97610d2c1018032e33 [diff] |
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>