summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.h
diff options
context:
space:
mode:
authorChris Mason <clm@fb.com>2016-01-11 15:08:37 +0100
committerChris Mason <clm@fb.com>2016-01-11 15:08:37 +0100
commitb28cf57246d5b797ba725bb033110c247f2c301f (patch)
tree33dbe2cfcafa6e7f5b3047a669e454739839f3c7 /fs/btrfs/volumes.h
parentMerge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/... (diff)
parentbtrfs: use list_for_each_entry* in backref.c (diff)
downloadlinux-b28cf57246d5b797ba725bb033110c247f2c301f.tar.xz
linux-b28cf57246d5b797ba725bb033110c247f2c301f.zip
Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5
Signed-off-by: Chris Mason <clm@fb.com>
Diffstat (limited to 'fs/btrfs/volumes.h')
-rw-r--r--fs/btrfs/volumes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/volumes.h b/fs/btrfs/volumes.h
index 6a4375a7c588..1939ebde63df 100644
--- a/fs/btrfs/volumes.h
+++ b/fs/btrfs/volumes.h
@@ -26,7 +26,7 @@
extern struct mutex uuid_mutex;
-#define BTRFS_STRIPE_LEN (64 * 1024)
+#define BTRFS_STRIPE_LEN SZ_64K
struct buffer_head;
struct btrfs_pending_bios {