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)
commitb80fc012e03f8f207911b5eafe6916b000e03c8b
tree8eaad9bc587810f76241c8edd41d34f046f72010
parentaa2623ad80577b37637914e809bafa36994ccdf1
ocfs2: don't unconditionally pass LVB flags

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