Change misleading error message for invalid size= value
authorJakub Sitnicki <jkbs@redhat.com>
Tue, 13 Dec 2016 16:27:24 +0000 (17:27 +0100)
committerJens Axboe <axboe@fb.com>
Tue, 13 Dec 2016 16:32:59 +0000 (09:32 -0700)
commit13e0f06b805eb0bb3a100ed710c7da18684c8950
treee794bd07130398bc4e8718d6977697ff80bd74fb
parenta79f17bf3bfa20b83424c2301de092bdcfbaaea4
Change misleading error message for invalid size= value

The error message refers to the IO size, yet another parameter, but we
actually compare the size parameter value against the block size.

Change the message to reflect the code, and make it easier for the user
to see what values are we comparing.

Signed-off-by: Jakub Sitnicki <jkbs@redhat.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
init.c