ocfs2: don't unconditionally pass LVB flags
authorMark Fasheh <mark.fasheh@oracle.com>
Wed, 13 Sep 2006 05:08:14 +0000 (22:08 -0700)
committerMark Fasheh <mark.fasheh@oracle.com>
Sun, 24 Sep 2006 20:50:47 +0000 (13:50 -0700)
Allow a lock type to specifiy whether it makes use of the LVB. The only type
which does this right now is the meta data lock. This should save us some
space on network messages since they won't have to needlessly transmit value
blocks.

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

Simple merge