vol: Add interfaces for registering RX calls
[openafs.git] / src / vol / volume_inline.h
index 7b75a7b..b270a00 100644 (file)
@@ -299,6 +299,7 @@ VIsExclusiveState(VolState state)
     case VOL_STATE_VNODE_CLOSE:
     case VOL_STATE_VNODE_RELEASE:
     case VOL_STATE_VLRU_ADD:
+    case VOL_STATE_SCANNING_RXCALLS:
        return 1;
     default:
        return 0;