Btrfs: use linux/sizes.h to represent constants
[deliverable/linux.git] / fs / btrfs / send.h
index 48d425aef05beb2034b84fb0d07e210f6b33f57e..02e00166c4dab1894c92fe89c4faa87529b73641 100644 (file)
@@ -22,8 +22,8 @@
 #define BTRFS_SEND_STREAM_MAGIC "btrfs-stream"
 #define BTRFS_SEND_STREAM_VERSION 1
 
-#define BTRFS_SEND_BUF_SIZE (1024 * 64)
-#define BTRFS_SEND_READ_SIZE (1024 * 48)
+#define BTRFS_SEND_BUF_SIZE SZ_64K
+#define BTRFS_SEND_READ_SIZE (48 * SZ_1K)
 
 enum btrfs_tlv_type {
        BTRFS_TLV_U8,
This page took 0.02584 seconds and 5 git commands to generate.