From 3defb823843ac6071e38dbd89603344885e7a8aa Mon Sep 17 00:00:00 2001 From: Miao Xie Date: Tue, 18 Sep 2012 17:14:37 +0800 Subject: Btrfs-progs: enhance btrfs subvol list only to show read-only snapshots We want 'btrfs subvolume list' only to list readonly subvolumes, this patch set introduces a new option 'r' to implement it. You can use the command like that: btrfs subvolume list -r Original-Signed-off-by: Zhou Bo Signed-off-by: Miao Xie --- btrfs-list.h | 1 + 1 file changed, 1 insertion(+) (limited to 'btrfs-list.h') diff --git a/btrfs-list.h b/btrfs-list.h index 11f12156..21d0fdc7 100644 --- a/btrfs-list.h +++ b/btrfs-list.h @@ -61,6 +61,7 @@ enum btrfs_list_column_enum { enum btrfs_list_filter_enum { BTRFS_LIST_FILTER_ROOTID, BTRFS_LIST_FILTER_SNAPSHOT_ONLY, + BTRFS_LIST_FILTER_FLAGS, BTRFS_LIST_FILTER_MAX, }; -- cgit v1.2.3