ocfs2: Have the metadata lock use generic dlmglue functions
authorMark Fasheh <mark.fasheh@oracle.com>
Thu, 14 Sep 2006 04:39:52 +0000 (21:39 -0700)
committerMark Fasheh <mark.fasheh@oracle.com>
Sun, 24 Sep 2006 20:50:47 +0000 (13:50 -0700)
commit810d5aeba18825c754cf47db59eb83814a54bb27
tree4d68e97f2487422e6c65fa4758b133e0a013ff7a
parent5ef0d4ea087740908f4fb57606f6c09e3b90c477
ocfs2: Have the metadata lock use generic dlmglue functions

Fill in the ->check_downconvert and ->set_lvb callbacks with meta data
specific operations and switch ocfs2_unblock_meta() to call
ocfs2_generic_unblock_lock()

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