Browse Source

always enable file locking, to much testsuite failures without it

Waldemar Brodkorb 9 years ago
parent
commit
df2df099d8
1 changed files with 1 additions and 0 deletions
  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