]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commited1c6b2eec8450c9c31f80054e47d514b444916b
treee814c077db38d0b20da46c55764e0829158943e7
parent6ec66a08d2a1159a26177536800bb63bf963bf03
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