commit: Switch commit_populate() to byte-based
commitd8a9858408bcc57a3f4934c5082dd4dddebae583
authorEric Blake <eblake@redhat.com>
Fri, 7 Jul 2017 12:44:44 +0000 (7 07:44 -0500)
committerKevin Wolf <kwolf@redhat.com>
Mon, 10 Jul 2017 11:18:06 +0000 (10 13:18 +0200)
treebb9cb6ce1f8021a3008071982107e0b6d91bc374
parentd535435f4a3968a897803d38bf1642f3b644979a
commit: Switch commit_populate() to byte-based

We are gradually converting to byte-based interfaces, as they are
easier to reason about than sector-based.  Start by converting an
internal function (no semantic change).

Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Reviewed-by: Jeff Cody <jcody@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/commit.c