X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fcifs-2.6.git;a=blobdiff_plain;f=include%2Flinux%2Fsunrpc%2Fsvc.h;h=786ae2255f0566bc50b44368303a9daba049678c;hp=3b9f0d1dbb808587b608c0941edc43e55d002bae;hb=4dd3c2e5a4225e3df85afc6033e62ce8b09f0ed2;hpb=07c455ee222f3ad219c2835d05a175a326a138fb diff --git a/include/linux/sunrpc/svc.h b/include/linux/sunrpc/svc.h index 3b9f0d1dbb80..786ae2255f05 100644 --- a/include/linux/sunrpc/svc.h +++ b/include/linux/sunrpc/svc.h @@ -47,6 +47,7 @@ struct svc_pool { struct svc_pool_stats sp_stats; /* statistics on pool operation */ #define SP_TASK_PENDING (0) /* still work to do even if no * xprt is queued. */ +#define SP_CONGESTED (1) unsigned long sp_flags; } ____cacheline_aligned_in_smp;