소스 검색

[CIFS] fix build break when proc disabled

Signed-off-by: Steve French <sfrench@us.ibm.com>
Steve French 17 년 전
부모
커밋
e086fcea86
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      fs/cifs/cifs_debug.c

+ 2 - 2
fs/cifs/cifs_debug.c

@@ -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 */