5aff090 btrfs filesystem show: skip duplicate fsids

Authored and Committed by Chris Mason 10 years ago
    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>
    
        
file modified
+79 -0