Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e086fcea authored by Steve French's avatar Steve French
Browse files

[CIFS] fix build break when proc disabled



Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent 0a3abcf7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 */