
PROBLEM: (95926) (PATCH ID: OSF520-1133)
********
Currently nvbmppg displays all the data in a specified mcell.
This is because the -v (verbose) option is currently always on.
This patch corrects that behavior.  You now need to specify the
-v option to display all the data in a specified mcell.
Sample output with the verbose (-v) option:

# /sbin/advfs/nvbmtpg dsk5h -a
==========================================================================
VOLUME "/dev/rdisk/dsk5h" (VDI 1)  lbn 48   BMT page 0
--------------------------------------------------------------------------
pageId 0  megaVersion 4
freeMcellCnt 9    nextFreePg 1    nextfreeMCId page,cell 0,19
CELL 0         next mcell volume page cell 0 0 0          bfSetTag,tag 0,0

RECORD 0   bCnt 8                                      BSR_MCELL_FREE_LIST
headPg 0

RECORD 1   bCnt 12                                  BSR_DEF_DEL_MCELL_LIST
nextMCId page,cell 0,0  prevMCId page,cell 0,0
               :
               :



Sample output without the verbose option:

# /sbin/advfs/nvbmtpg dsk5h -a
==========================================================================
VOLUME "/dev/rdisk/dsk5h" (VDI 1)  lbn 48   BMT page 0
--------------------------------------------------------------------------
CELL 0         next mcell volume page cell 0 0 0          bfSetTag,tag 0,0

RECORD 0   bCnt 8                                      BSR_MCELL_FREE_LIST
headPg 0

RECORD 1   bCnt 12                                  BSR_DEF_DEL_MCELL_LIST
nextMCId page,cell 0,0  prevMCId page,cell 0,0
               :
               :



