X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Flustre_net.h;h=b91459f761fd946846d24959d80a886716a85f0d;hp=c5f3b563dc4a1009bfb62a8bb967f1e6ad18a643;hb=467cf22b99e0bb90635bc35b42ce7dcb9b051b61;hpb=0632de2b0144ee751cc5a38e0aa2dcad43523bea diff --git a/lustre/include/lustre_net.h b/lustre/include/lustre_net.h index c5f3b56..b91459f 100644 --- a/lustre/include/lustre_net.h +++ b/lustre/include/lustre_net.h @@ -118,12 +118,6 @@ #define MDT_NUM_THREADS max(min_t(unsigned long, MDT_MAX_THREADS, \ cfs_num_physpages >> (25 - CFS_PAGE_SHIFT)), \ 2UL) -#define FLD_NUM_THREADS max(min_t(unsigned long, MDT_MAX_THREADS, \ - cfs_num_physpages >> (25 - CFS_PAGE_SHIFT)), \ - 2UL) -#define SEQ_NUM_THREADS max(min_t(unsigned long, MDT_MAX_THREADS, \ - cfs_num_physpages >> (25 - CFS_PAGE_SHIFT)), \ - 2UL) /* Absolute limits */ #define MDS_THREADS_MIN 2