提交 e086fcea 编写于 作者: S Steve French

[CIFS] fix build break when proc disabled

Signed-off-by: NSteve French <sfrench@us.ibm.com>
上级 0a3abcf7
...@@ -918,11 +918,11 @@ security_flags_write(struct file *file, const char __user *buffer, ...@@ -918,11 +918,11 @@ security_flags_write(struct file *file, const char __user *buffer,
return count; return count;
} }
#else #else
static inline void cifs_proc_init(void) inline void cifs_proc_init(void)
{ {
} }
static inline void cifs_proc_clean(void) inline void cifs_proc_clean(void)
{ {
} }
#endif /* PROC_FS */ #endif /* PROC_FS */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册