add a comment

This commit is contained in:
Hannes Mehnert 2024-10-29 12:25:08 +01:00
parent 93bcbe576d
commit 708cd7d008

View file

@ -710,6 +710,8 @@ module Make (Pclock : Mirage_clock.PCLOCK) = struct
remove t source >>= fun () -> remove t source >>= fun () ->
set t dest contents set t dest contents
in in
(* (hannes) we check whether we're in a change_and_push or not, since
nested change_and_push are not supported. *)
match t.committed with match t.committed with
| Some _ -> op t | Some _ -> op t
| None -> | None ->