mirror of https://gitee.com/openkylin/linux.git
[CIFS] fix build break when proc disabled
Signed-off-by: Steve French <sfrench@us.ibm.com>
This commit is contained in:
parent
0a3abcf75b
commit
e086fcea86
|
@ -918,11 +918,11 @@ security_flags_write(struct file *file, const char __user *buffer,
|
|||
return count;
|
||||
}
|
||||
#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 */
|
||||
|
|
Loading…
Reference in New Issue