Whamcloud - gitweb
LU-2432 ptlrpc: alloc_rqbd spin on vmap_area_lock
[fs/lustre-release.git] / lustre / include / lustre_net.h
index c02ecc2..fb49288 100644 (file)
@@ -1426,6 +1426,8 @@ struct ptlrpc_service_part {
        int                             scp_nrqbds_total;
        /** # posted request buffers for receiving */
        int                             scp_nrqbds_posted;
+       /** in progress of allocating rqbd */
+       int                             scp_rqbd_allocating;
        /** # incoming reqs */
        int                             scp_nreqs_incoming;
        /** request buffers to be reposted */