ocfs2: Teach ocfs2_drop_lock() to use ->set_lvb() callback
authorMark Fasheh <mark.fasheh@oracle.com>
Thu, 14 Sep 2006 21:44:51 +0000 (14:44 -0700)
committerMark Fasheh <mark.fasheh@oracle.com>
Sun, 24 Sep 2006 20:50:48 +0000 (13:50 -0700)
commit0d5dc6c2dd7a3cd2b2f505b0625c4ec9c0e5b4f0
treee814c077db38d0b20da46c55764e0829158943e7
parentb5e500e23e532795fbf79a3cdbcb014f207fdb2a
ocfs2: Teach ocfs2_drop_lock() to use ->set_lvb() callback

With this, we don't need to pass an additional struct with function pointer.

Now that the callbacks are fully used, comment the remaining API.

Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
fs/ocfs2/dlmglue.c