ソースを参照

[CIFS] Fix build break

Signed-off-by: Steve French <sfrench@us.ibm.com>
Steve French 18 年 前
コミット
e33c74d06e
1 ファイル変更1 行追加0 行削除
  1. 1 0
      fs/cifs/cifsfs.c

+ 1 - 0
fs/cifs/cifsfs.c

@@ -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");