* [PATCH] Btrfs-progs: dont print uuid unless -u option is given
@ 2012-10-25 8:00 Anand jain
0 siblings, 0 replies; only message in thread
From: Anand jain @ 2012-10-25 8:00 UTC (permalink / raw)
To: linux-btrfs
From: Anand Jain <anand.jain@oracle.com>
unless it was intentional to include uuid when -s
option is (show snapshot only) given, we would need
this break statement.
Signed-off-by: Anand Jain <anand.jain@oracle.com>
---
cmds-subvolume.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cmds-subvolume.c b/cmds-subvolume.c
index ac39f7b..9e4a726 100644
--- a/cmds-subvolume.c
+++ b/cmds-subvolume.c
@@ -338,7 +338,7 @@ static int cmd_subvol_list(int argc, char **argv)
0);
btrfs_list_setup_print_column(BTRFS_LIST_OGENERATION);
btrfs_list_setup_print_column(BTRFS_LIST_OTIME);
-
+ break;
case 'u':
btrfs_list_setup_print_column(BTRFS_LIST_UUID);
break;
--
1.7.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-10-25 7:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-25 8:00 [PATCH] Btrfs-progs: dont print uuid unless -u option is given Anand jain
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).