Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 74aa45c3 authored by Mike Snitzer's avatar Mike Snitzer
Browse files

dm thin: fix pool feature parsing



Commit 787a996c ("dm thin: add error_if_no_space feature")
mistakenly forgot to increase the number of feature args supported.

Signed-off-by: default avatarMike Snitzer <snitzer@redhat.com>
parent 2995fa78
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1941,7 +1941,7 @@ static int parse_pool_features(struct dm_arg_set *as, struct pool_features *pf,
	const char *arg_name;

	static struct dm_arg _args[] = {
		{0, 3, "Invalid number of pool feature arguments"},
		{0, 4, "Invalid number of pool feature arguments"},
	};

	/*