Index: /branches/Orange-Branch/src/kernel/linux-2.6/waitqueue.c
===================================================================
--- /branches/Orange-Branch/src/kernel/linux-2.6/waitqueue.c	(revision 8983)
+++ /branches/Orange-Branch/src/kernel/linux-2.6/waitqueue.c	(revision 8984)
@@ -177,4 +177,6 @@
     if( !op )
     {
+        gossip_debug(GOSSIP_WAIT_DEBUG, "%s: op is null, ignoring\n",
+                     __func__);
         return;
     }
@@ -185,4 +187,6 @@
            op_state_serviced(op) || op_state_purged(op)) )
     {
+        gossip_debug(GOSSIP_WAIT_DEBUG, "%s: op %p not in a valid state (%0x), "
+                     "ignoring\n", __func__, op, op->op_state);
         return;
     }
