From e260954a9e847c1e3ed0d2f457e256eb4726f5f2 Mon Sep 17 00:00:00 2001 From: Anand Jain Date: Fri, 1 Feb 2013 15:56:26 +0800 Subject: Btrfs-progs: make printing subvol extensible to newer layouts Currently you can print subvol in a list or table format. This patch will provide a way to extend this to other formats like the upcoming raw format. Signed-off-by: Anand Jain --- btrfs-list.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'btrfs-list.h') diff --git a/btrfs-list.h b/btrfs-list.h index 2870c718..e6268588 100644 --- a/btrfs-list.h +++ b/btrfs-list.h @@ -18,6 +18,9 @@ #include "kerncompat.h" +#define BTRFS_LIST_LAYOUT_DEFAULT 0 +#define BTRFS_LIST_LAYOUT_TABLE 1 + /* * one of these for each root we find. */ -- cgit v1.2.3