diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2017-10-05 13:42:19 -0800 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2017-10-08 10:25:36 -0800 |
commit | bf8c59996b3fb2a940827d12438a9e18eca6db4c (patch) | |
tree | 86366ab663beeeeec3554ce3407159aaacd70714 /tools-util.c | |
parent | 85ee972555948337bb1a58f0702a4da95db6758f (diff) |
Update for new superblock options; makefile improvements
Diffstat (limited to 'tools-util.c')
-rw-r--r-- | tools-util.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools-util.c b/tools-util.c index f89e6e65..7c88c9d4 100644 --- a/tools-util.c +++ b/tools-util.c @@ -401,9 +401,6 @@ unsigned hatoi_validate(const char *s, const char *msg) if (bch2_strtoull_h(s, &v)) die("bad %s %s", msg, s); - if (v & (v - 1)) - die("%s must be a power of two", msg); - v /= 512; if (v > USHRT_MAX) |