Commit e086fcea authored by Steve French's avatar Steve French

[CIFS] fix build break when proc disabled

Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment