[PATCH] btrfs: add balance filters limits and stripes to supported mask

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Enable the extended 'limit' syntax (a range) and the new 'stripes'
filter in the filters mask. The patch comes separate and not within the
series that introduced the new filters because the patch adding the mask
was merged in a late rc. The integration branch was based on an older rc
and could not merge the patch due to the missing changes.

Prerequisities:
* btrfs: add balance filter for stripes
* btrfs: extend balance filter limit to take minimum and maximum
* btrfs: check unsupported filters in balance arguments

Signed-off-by: David Sterba <dsterba@xxxxxxxx>
---

 fs/btrfs/volumes.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/fs/btrfs/volumes.h b/fs/btrfs/volumes.h
index cab89234842d..7773af56dfa9 100644
--- a/fs/btrfs/volumes.h
+++ b/fs/btrfs/volumes.h
@@ -384,7 +384,9 @@ struct map_lookup {
 	 BTRFS_BALANCE_ARGS_DEVID | 		\
 	 BTRFS_BALANCE_ARGS_DRANGE |		\
 	 BTRFS_BALANCE_ARGS_VRANGE |		\
-	 BTRFS_BALANCE_ARGS_LIMIT)
+	 BTRFS_BALANCE_ARGS_LIMIT |		\
+	 BTRFS_BALANCE_ARGS_LIMITS |		\
+	 BTRFS_BALANCE_ARGS_STRIPES)
 
 /*
  * Profile changing flags.  When SOFT is set we won't relocate chunk if
-- 
2.6.1

--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Filesystem Development]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux