[sgen] In binary protocol grep, gray en-/dequeue must not always match.
authorMark Probst <mark.probst@gmail.com>
Sat, 4 Oct 2014 22:44:27 +0000 (15:44 -0700)
committerMark Probst <mark.probst@gmail.com>
Wed, 26 Nov 2014 18:38:43 +0000 (10:38 -0800)
tools/sgen/sgen-grep-binprot.c

index 9650af69c46e734f9807fe1c5da6e62cbfe31854..917f40395eb7ff306b3a7cc7e6b6c0128b0cdef8 100644 (file)
@@ -94,8 +94,6 @@ is_always_match (int type)
        case SGEN_PROTOCOL_CEMENT_RESET:
        case SGEN_PROTOCOL_DOMAIN_UNLOAD_BEGIN:
        case SGEN_PROTOCOL_DOMAIN_UNLOAD_END:
-       case SGEN_PROTOCOL_GRAY_ENQUEUE:
-       case SGEN_PROTOCOL_GRAY_DEQUEUE:
                return TRUE;
        default:
                return FALSE;