Message ID | 52528B1A.5030402@oracle.com (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
--- a/cmds-filesystem.c +++ b/cmds-filesystem.c @@ -402,7 +402,8 @@ static int cmd_show(int argc, char **argv) struct list_head *cur_uuid; char *search = NULL; int ret; - int where = BTRFS_SCAN_PROC; + int where = BTRFS_SCAN_LBLKID; int type = 0; while (1) { ------