On 01/14/22 15:03, Richard W.M. Jones wrote:
 On Fri, Jan 14, 2022 at 02:38:33PM +0100, Laszlo Ersek wrote:
> --- a/ocaml/examples/extents.ml
> +++ b/ocaml/examples/extents.ml
> @@ -20,14 +20,14 @@ let () =
>              if meta = "base:allocation" then (
>                printf "index\t%16s %16s %s\n" "offset"
"length" "flags";
>                for i = 0 to Array.length entries / 2 - 1 do
> -                let len = Int64.of_int32 entries.(i*2)
> +                let len = entries.(i*2)
 
 It actually improves the code, I wasn't expecting that :-)
 
 This all looks great to me, ACK.
 
 Reviewed-by: Richard W.M. Jones <rjones(a)redhat.com>
 
 I think you should be able to push it directly since you are
 already a member of the libnbd project.
 
 Rich.
  
Commit 0e714a6e06e6.
Thanks!
Laszlo