btrfs filesystem show: skip duplicate fsids
authorChris Mason <chris.mason@fusionio.com>
Mon, 18 Nov 2013 19:18:08 +0000 (14:18 -0500)
committerChris Mason <chris.mason@fusionio.com>
Mon, 18 Nov 2013 19:27:21 +0000 (14:27 -0500)
commit5aff090a3951e7d787b32bb5c49adfec65091385
tree4e6da432b396fdbb6825843df2d1ca5fd53f63bf
parente9ac73b441b1b05b57ce99be1aff02eac6929448
btrfs filesystem show: skip duplicate fsids

If a given filesystem is mounted more than once, btrfs fi show will
print dups.  This adds a quick and dirty hash table of fsids it
has already printed and makes sure we don't print any fsid more than
once.

Signed-off-by: Chris Mason <chris.mason@fusionio.com>
cmds-filesystem.c