aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/btrfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux/btrfs.h')
-rw-r--r--include/uapi/linux/btrfs.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/include/uapi/linux/btrfs.h b/include/uapi/linux/btrfs.h
index 11f13108b78b..17a94704b183 100644
--- a/include/uapi/linux/btrfs.h
+++ b/include/uapi/linux/btrfs.h
@@ -229,7 +229,15 @@ struct btrfs_balance_args {
229 __u32 limit_max; 229 __u32 limit_max;
230 }; 230 };
231 }; 231 };
232 __u64 unused[7]; 232
233 /*
234 * Process chunks that cross stripes_min..stripes_max devices,
235 * BTRFS_BALANCE_ARGS_STRIPES_RANGE
236 */
237 __le32 stripes_min;
238 __le32 stripes_max;
239
240 __u64 unused[6];
233} __attribute__ ((__packed__)); 241} __attribute__ ((__packed__));
234 242
235/* report balance progress to userspace */ 243/* report balance progress to userspace */