Commit 31c90511 authored by Steve French's avatar Steve French Committed by Steve French

[CIFS] minor cleanup to cifs buffer allocation code

Signed-off-by: Steve French (sfrench@us.ibm.com)
parent 39ea3798
......@@ -208,6 +208,7 @@ static kmem_cache_t *cifs_req_cachep;
static kmem_cache_t *cifs_mid_cachep;
kmem_cache_t *cifs_oplock_cachep;
#ifdef CIFS_EXPERIMENTAL
static kmem_cache_t *cifs_sm_req_cachep;
mempool_t *cifs_sm_req_poolp;
#endif /* CIFS_EXPERIMENTAL */
mempool_t *cifs_req_poolp;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment