X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fcifs%2Fcifsglob.h;h=cfbfac7a74b6dcac8db704cfa2dfa4149cccbecd;hb=5020cac828f9f6c98a685598599a1dc798712005;hp=21ac75cf02d7a785f21c95c9e6003f0c2d95a372;hpb=a91482bdcc2e0f6035702e46f1b99043a0893346;p=linux-2.6.git diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index 21ac75cf0..cfbfac7a7 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h @@ -32,8 +32,6 @@ termination then *2 for unicode versions */ #define MAX_PASSWORD_SIZE 16 -#define CIFS_MIN_RCV_POOL 4 - /* * MAX_REQ is the maximum number of requests that WE will send * on one socket concurently. It also matches the most common @@ -393,7 +391,7 @@ GLOBAL_EXTERN char Local_System_Name[15]; */ GLOBAL_EXTERN atomic_t sesInfoAllocCount; GLOBAL_EXTERN atomic_t tconInfoAllocCount; -GLOBAL_EXTERN atomic_t tcpSesAllocCount; + GLOBAL_EXTERN atomic_t tcpSesReconnectCount; GLOBAL_EXTERN atomic_t tconInfoReconnectCount;