From a67323a86ec201d9292d2743a707ac04909615e3 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Mon, 17 Jun 2019 10:29:46 -0700 Subject: README: add delete blob contract note Signed-off-by: Patrick Venture Change-Id: Iac2768eebcf1ab28e28cdba601574dbede4fc9ec --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e3966c7..945289b 100644 --- a/README.md +++ b/README.md @@ -380,3 +380,5 @@ The blob manager provides the following calling contract guarantees: if that session is already open (e.g. `stat()` or `commit()`). * The caveat is the open command where the session is provided to the handler within the call. +* The blob manager will only call `delete()` on a blob if there are no open + sessions to that blob id. -- cgit v1.2.3