commit | b80fc012e03f8f207911b5eafe6916b000e03c8b | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Tue Sep 12 22:08:14 2006 -0700 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Sun Sep 24 13:50:47 2006 -0700 |
tree | 8eaad9bc587810f76241c8edd41d34f046f72010 | |
parent | aa2623ad80577b37637914e809bafa36994ccdf1 [diff] |
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>