summaryrefslogtreecommitdiffstats
path: root/udev
diff options
context:
space:
mode:
authorCyril Plisko <[email protected]>2012-09-12 12:15:40 +0300
committerBrian Behlendorf <[email protected]>2012-09-13 09:02:12 -0700
commit8e8e7f35b71e7aa88f5e45bf1594bcc75526227d (patch)
treecd507d49f5cb4536334072b3d55dbd6d10839499 /udev
parent5915791096e6b5be0bad7d2e3f683b4e7908cf19 (diff)
Fix zdb printf format string for ZIL data blocks
Without this fix the zdb printouts of ZIL data blocks look full of FF due to printf() handling its arguments as int by default. Here is the output before the fix TX_WRITE len 4136, txg 1093817, seq 149231 foid 4242, offset 0, length f68 G FFFFFF8EFFFFFF87FFFFFF91FFFFFFCC 1c FFFFFFAFFFFFFFC9FFFFFFBAZ FFFFFFC3 And the same after the fix TX_WRITE len 4136, txg 1093817, seq 149231 foid 4242, offset 0, length f68 G 8E8791CC 1cAFC9BAZ C3 Signed-off-by: Brian Behlendorf <[email protected]> Closes #962
Diffstat (limited to 'udev')
0 files changed, 0 insertions, 0 deletions