aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/volumes.h')
-rw-r--r--fs/btrfs/volumes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/volumes.h b/fs/btrfs/volumes.h
index fb20d7740440..eee77fcf812a 100644
--- a/fs/btrfs/volumes.h
+++ b/fs/btrfs/volumes.h
@@ -200,6 +200,7 @@ struct map_lookup {
200 * Balance filters 200 * Balance filters
201 */ 201 */
202#define BTRFS_BALANCE_ARGS_PROFILES (1ULL << 0) 202#define BTRFS_BALANCE_ARGS_PROFILES (1ULL << 0)
203#define BTRFS_BALANCE_ARGS_USAGE (1ULL << 1)
203 204
204struct btrfs_balance_args; 205struct btrfs_balance_args;
205struct btrfs_balance_control { 206struct btrfs_balance_control {