summaryrefslogtreecommitdiff
path: root/chunk-recover.c
diff options
context:
space:
mode:
authorAnand Jain <anand.jain@oracle.com>2013-12-16 20:33:57 +0800
committerChris Mason <clm@fb.com>2014-01-31 08:22:18 -0800
commit5e5fd1b9edb97e713352686e650c05d59fb1287b (patch)
treef357f906c99bf5375ee38d564077ad8a4b1d3ae6 /chunk-recover.c
parent3cae13ee934311b438ea15e773bc5c7d965d1cd8 (diff)
btrfs-progs: don't replicate the stripe_len defines
a clean up patch, the BTRFS_STRIPE_LEN is been duplicated across btrfs-progs, the kernel defines it in volume.h so do the same for progs. Signed-off-by: Anand Jain <anand.jain@oracle.com> Signed-off-by: David Sterba <dsterba@suse.cz> Signed-off-by: Chris Mason <clm@fb.com>
Diffstat (limited to 'chunk-recover.c')
-rw-r--r--chunk-recover.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/chunk-recover.c b/chunk-recover.c
index d103e172..69f58545 100644
--- a/chunk-recover.c
+++ b/chunk-recover.c
@@ -42,7 +42,6 @@
#include "btrfsck.h"
#include "commands.h"
-#define BTRFS_STRIPE_LEN (64 * 1024)
#define BTRFS_NUM_MIRRORS 2
struct recover_control {