commit | 2a45f2d13e1dd91bc110801f5818379f2699509c | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Tue Sep 12 21:36:58 2006 -0700 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Sun Sep 24 13:50:46 2006 -0700 |
tree | ac68aacc698000af16957ae009908f24a4f3b81b | |
parent | e92d57df273a3a7e57688e1d4f5a894870d550d2 [diff] |
ocfs2: remove ->unlock_ast() callback from ocfs2_lock_res_ops This was always defined to the same function in all locks, so clean things up by removing and passing ocfs2_unlock_ast() directly to the DLM. Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>