Sfoglia il codice sorgente

fanotify: default Kconfig to n

fanotify has default to y in linux-next since it's inception but default to
n in the final push to Linus.

Signed-off-by: Eric Paris <eparis@redhat.com>
Eric Paris 15 anni fa
parent
commit
269ed32a9c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      fs/notify/fanotify/Kconfig

+ 1 - 1
fs/notify/fanotify/Kconfig

@@ -2,7 +2,7 @@ config FANOTIFY
 	bool "Filesystem wide access notification"
 	bool "Filesystem wide access notification"
 	select FSNOTIFY
 	select FSNOTIFY
 	select ANON_INODES
 	select ANON_INODES
-	default y
+	default n
 	---help---
 	---help---
 	   Say Y here to enable fanotify suport.  fanotify is a file access
 	   Say Y here to enable fanotify suport.  fanotify is a file access
 	   notification system which differs from inotify in that it sends
 	   notification system which differs from inotify in that it sends