From 6ebcc3fcdac1f70078a02ab11f2aa5a88a4fdaee Mon Sep 17 00:00:00 2001 From: Mike Marshall Date: Thu, 4 Feb 2016 16:28:31 -0500 Subject: Orangefs: added a couple of WARN_ONs, perhaps just temporarily. Signed-off-by: Mike Marshall --- fs/orangefs/waitqueue.c | 1 + 1 file changed, 1 insertion(+) (limited to 'fs/orangefs/waitqueue.c') diff --git a/fs/orangefs/waitqueue.c b/fs/orangefs/waitqueue.c index cdbf57b..191d886 100644 --- a/fs/orangefs/waitqueue.c +++ b/fs/orangefs/waitqueue.c @@ -205,6 +205,7 @@ retry_servicing: /* op uses shared memory */ if (orangefs_get_bufmap_init() == 0) { + WARN_ON(1); /* * This operation uses the shared memory system AND * the system is not yet ready. This situation occurs -- cgit v1.1