diff options
author | Steve French <sfrench@us.ibm.com> | 2010-05-06 00:38:16 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2010-05-06 00:38:16 +0000 |
commit | bdfae149c5b7430b9a26371f14b2d385fd3a4389 (patch) | |
tree | ceb16f6a882fed2a001366aa8ac7e42a2e0bb615 /fs/cifs/transport.c | |
parent | 26efa0bac9dc3587ee8892c06642735bcded59e5 (diff) | |
download | op-kernel-dev-bdfae149c5b7430b9a26371f14b2d385fd3a4389.zip op-kernel-dev-bdfae149c5b7430b9a26371f14b2d385fd3a4389.tar.gz |
[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 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) |