Fix for prematurely stopping on verify
authorJens Axboe <axboe@fb.com>
Wed, 5 Feb 2014 19:36:02 +0000 (12:36 -0700)
committerJens Axboe <axboe@fb.com>
Wed, 5 Feb 2014 19:36:02 +0000 (12:36 -0700)
commitc2703bf35e146872d12f85c9e6490008b5fabb34
tree5fd0f6500542bb7774e83620ab73a91416bdb3d5
parentc4b6117b236370b174f3e3d2e299bf8b3733be97
Fix for prematurely stopping on verify

Commit 20876c53 added a total byte check, but forgot to
account for potential verification bytes. Fix that.

Signed-off-by: Jens Axboe <axboe@fb.com>
backend.c