commit | b8cd07e78eaa49857e882f4199309f86aeb80bbd | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Fri Jul 16 12:00:02 2010 -0700 |
committer | Sage Weil <sage@newdream.net> | Sun Aug 01 20:11:42 2010 -0700 |
tree | 91999adddd919b9f47d69d71800ac33ac40077fd | |
parent | effcb9ed43d16db27ae5837d93879e067e902151 [diff] [blame] |
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: Sage Weil <sage@newdream.net>
diff --git a/fs/ceph/caps.c b/fs/ceph/caps.c index e3b848d..30acc7b 100644 --- a/fs/ceph/caps.c +++ b/fs/ceph/caps.c
@@ -586,6 +586,7 @@ } else { pr_err("ceph_add_cap: couldn't find snap realm %llx\n", realmino); + WARN_ON(!realm); } }