projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2995fa7
)
dm thin: fix pool feature parsing
author
Mike Snitzer
<snitzer@redhat.com>
Thu, 16 Jan 2014 00:07:58 +0000
(19:07 -0500)
committer
Mike Snitzer
<snitzer@redhat.com>
Thu, 16 Jan 2014 02:16:24 +0000
(21:16 -0500)
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>
drivers/md/dm-thin.c
patch
|
blob
|
history
diff --git
a/drivers/md/dm-thin.c
b/drivers/md/dm-thin.c
index d2328bb051923c3cb4e03c167f7b5a6feccf882d..726228b33a012f9994fc2f8843b25a0ca46ef966 100644
(file)
--- a/
drivers/md/dm-thin.c
+++ b/
drivers/md/dm-thin.c
@@
-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"},
};
/*