diff options
author | Mike Marshall <hubcap@omnibond.com> | 2016-02-05 00:28:31 +0300 |
---|---|---|
committer | Mike Marshall <hubcap@omnibond.com> | 2016-02-05 00:28:31 +0300 |
commit | 6ebcc3fcdac1f70078a02ab11f2aa5a88a4fdaee (patch) | |
tree | ed020ce4a0e95277b70349d668550ccfadcd70bc /fs/orangefs/waitqueue.c | |
parent | 237f8282c04ba81926f4dfc33cd2ca20bb0c50e7 (diff) | |
download | linux-6ebcc3fcdac1f70078a02ab11f2aa5a88a4fdaee.tar.xz |
Orangefs: added a couple of WARN_ONs, perhaps just temporarily.
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'fs/orangefs/waitqueue.c')
-rw-r--r-- | fs/orangefs/waitqueue.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/orangefs/waitqueue.c b/fs/orangefs/waitqueue.c index cdbf57bef3eb..191d886ccc57 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 |