diff options
author | Steve French <sfrench@us.ibm.com> | 2010-05-05 20:38:16 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2010-05-05 20:38:16 -0400 |
commit | bdfae149c5b7430b9a26371f14b2d385fd3a4389 (patch) | |
tree | ceb16f6a882fed2a001366aa8ac7e42a2e0bb615 /fs/cifs/transport.c | |
parent | 26efa0bac9dc3587ee8892c06642735bcded59e5 (diff) |
[CIFS] Remove unused cifs_oplock_cachep
CC: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/transport.c')
-rw-r--r-- | fs/cifs/transport.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/cifs/transport.c b/fs/cifs/transport.c index 28f563cef5d7..82f78c4d6978 100644 --- a/fs/cifs/transport.c +++ b/fs/cifs/transport.c | |||
@@ -35,7 +35,6 @@ | |||
35 | #include "cifs_debug.h" | 35 | #include "cifs_debug.h" |
36 | 36 | ||
37 | extern mempool_t *cifs_mid_poolp; | 37 | extern mempool_t *cifs_mid_poolp; |
38 | extern struct kmem_cache *cifs_oplock_cachep; | ||
39 | 38 | ||
40 | static struct mid_q_entry * | 39 | static struct mid_q_entry * |
41 | AllocMidQEntry(const struct smb_hdr *smb_buffer, struct TCP_Server_Info *server) | 40 | AllocMidQEntry(const struct smb_hdr *smb_buffer, struct TCP_Server_Info *server) |