Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b8cd07e7 authored by Sage Weil's avatar Sage Weil
Browse files

ceph: warn on missing snap realm



Well, this Shouldn't Happen, so it would be helpful to know the caller when
it does.

Signed-off-by: default avatarSage Weil <sage@newdream.net>
parent effcb9ed
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -586,6 +586,7 @@ retry:
		} else {
			pr_err("ceph_add_cap: couldn't find snap realm %llx\n",
			       realmino);
			WARN_ON(!realm);
		}
	}