]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
[CIFS] Fix build break
authorSteve French <sfrench@us.ibm.com>
Thu, 28 Sep 2006 20:35:48 +0000 (20:35 +0000)
committerSteve French <sfrench@us.ibm.com>
Thu, 28 Sep 2006 20:35:48 +0000 (20:35 +0000)
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/cifsfs.c

index cd17d4b78173b6acec5d9b3eeb1f97a281bbc878..51e888fcef2d8ac186d2c6329da5d28aa27aa92f 100644 (file)
@@ -63,6 +63,7 @@ extern struct task_struct * oplockThread; /* remove sparse warning */
 struct task_struct * oplockThread = NULL;
 extern struct task_struct * dnotifyThread; /* remove sparse warning */
 struct task_struct * dnotifyThread = NULL;
+static struct super_operations cifs_super_ops; 
 unsigned int CIFSMaxBufSize = CIFS_MAX_MSGSIZE;
 module_param(CIFSMaxBufSize, int, 0);
 MODULE_PARM_DESC(CIFSMaxBufSize,"Network buffer size (not including header). Default: 16384 Range: 8192 to 130048");