read-cache.c: make create_from_disk() report number of bytes it consumed
commit936f53d055c9a336e9ad89ad06c4efd56e5896e8
authorJunio C Hamano <gitster@pobox.com>
Tue, 3 Apr 2012 22:53:11 +0000 (3 15:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 3 Apr 2012 23:24:45 +0000 (3 16:24 -0700)
treeaeab6b059f766cb2d519e88d37a3aa6bc32a9753
parentd60c49c2d7f683cd24a738533846cd3e34f2073e
read-cache.c: make create_from_disk() report number of bytes it consumed

The function is the one that is reading from the data stream. It only is
natural to make it responsible for reporting this number, not the caller.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
read-cache.c