소스 검색

always enable file locking, to much testsuite failures without it

Waldemar Brodkorb 10 년 전
부모
커밋
df2df099d8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      target/linux/config/Config.in.fs

+ 1 - 0
target/linux/config/Config.in.fs

@@ -8,6 +8,7 @@ config ADK_KERNEL_MISC_FILESYSTEMS
 
 config ADK_KERNEL_FILE_LOCKING
 	bool
+	default y
 
 config ADK_KERNEL_FSNOTIFY
 	bool