volser: Adjust TLV tag range
authorMarc Dionne <marc.dionne@your-file-system.com>
Sat, 25 May 2013 14:43:45 +0000 (10:43 -0400)
committerDerrick Brashear <shadow@your-file-system.com>
Tue, 28 May 2013 12:37:34 +0000 (05:37 -0700)
commitcaa90b2d7a22549e586d92961b7a6b677e4c22e2
tree63e0261909bcee2acdb5667af1b46b264054b6ed
parent22907839904dcaa9676b796735bcf48e002573ab
volser: Adjust TLV tag range

Tag values up to D_MAX cannot be used as TLV tags, as the parsing
logic assumes anything up to D_MAX is a control tag.  Adjust
MIN_TLV_TAG to 21 so that the TLV range sits just above D_MAX.

Change-Id: I8d55f536b82e209847400b5ac6689364abe44090
Reviewed-on: http://gerrit.openafs.org/9942
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
src/volser/dumpstuff.c