X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fcifs%2Fcifsglob.h;h=21ac75cf02d7a785f21c95c9e6003f0c2d95a372;hb=9bf4aaab3e101692164d49b7ca357651eb691cb6;hp=427d9c9d56361afceb3e235895d7b4e1ebb6ef12;hpb=db216c3d5e4c040e557a50f8f5d35d5c415e8c1c;p=linux-2.6.git diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index 427d9c9d5..21ac75cf0 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h @@ -32,6 +32,8 @@ 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 @@ -211,6 +213,8 @@ struct cifsTconInfo { atomic_t num_deletes; atomic_t num_mkdirs; atomic_t num_rmdirs; + atomic_t num_renames; + atomic_t num_t2renames; __u64 bytes_read; __u64 bytes_written; spinlock_t stat_lock; @@ -389,7 +393,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;