X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Documentation%2Fdnotify.txt;fp=Documentation%2Fdnotify.txt;h=6984fca6002a304272ea3606e0ad1a34568221d6;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=3434cb3d1ac3865cc185e328916092a3151cb812;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/Documentation/dnotify.txt b/Documentation/dnotify.txt index 3434cb3d1..6984fca60 100644 --- a/Documentation/dnotify.txt +++ b/Documentation/dnotify.txt @@ -54,6 +54,12 @@ directory "b". Also, files that are unlinked, will still cause notifications in the last directory that they were linked to. +Configuration +------------- + +Dnotify is controlled via the CONFIG_DNOTIFY configuration option. When +disabled, fcntl(fd, F_NOTIFY, ...) will return -EINVAL. + Example -------