aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/transport.c
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2010-05-06 00:38:16 +0000
committerSteve French <sfrench@us.ibm.com>2010-05-06 00:38:16 +0000
commitbdfae149c5b7430b9a26371f14b2d385fd3a4389 (patch)
treeceb16f6a882fed2a001366aa8ac7e42a2e0bb615 /fs/cifs/transport.c
parent26efa0bac9dc3587ee8892c06642735bcded59e5 (diff)
downloadkernel_samsung_smdk4412-bdfae149c5b7430b9a26371f14b2d385fd3a4389.zip
kernel_samsung_smdk4412-bdfae149c5b7430b9a26371f14b2d385fd3a4389.tar.gz
kernel_samsung_smdk4412-bdfae149c5b7430b9a26371f14b2d385fd3a4389.tar.bz2
[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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/cifs/transport.c b/fs/cifs/transport.c
index 28f563c..82f78c4 100644
--- a/fs/cifs/transport.c
+++ b/fs/cifs/transport.c
@@ -35,7 +35,6 @@
#include "cifs_debug.h"
extern mempool_t *cifs_mid_poolp;
-extern struct kmem_cache *cifs_oplock_cachep;
static struct mid_q_entry *
AllocMidQEntry(const struct smb_hdr *smb_buffer, struct TCP_Server_Info *server)