ocfs2: remove ->unlock_ast() callback from ocfs2_lock_res_ops
authorMark Fasheh <mark.fasheh@oracle.com>
Wed, 13 Sep 2006 04:36:58 +0000 (21:36 -0700)
committerMark Fasheh <mark.fasheh@oracle.com>
Sun, 24 Sep 2006 20:50:46 +0000 (13:50 -0700)
commit2a45f2d13e1dd91bc110801f5818379f2699509c
treeac68aacc698000af16957ae009908f24a4f3b81b
parente92d57df273a3a7e57688e1d4f5a894870d550d2
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>
fs/ocfs2/dlmglue.c