Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dm thin: fix pool feature parsing

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

Signed-off-by: Mike Snitzer <snitzer@redhat.com>

+1 -1
+1 -1
drivers/md/dm-thin.c
··· 1941 1941 const char *arg_name; 1942 1942 1943 1943 static struct dm_arg _args[] = { 1944 - {0, 3, "Invalid number of pool feature arguments"}, 1944 + {0, 4, "Invalid number of pool feature arguments"}, 1945 1945 }; 1946 1946 1947 1947 /*