diff options
author | Marcos Paulo de Souza <marcos.mage@gmail.com> | 2011-11-04 11:22:14 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-11-04 12:01:47 -0700 |
commit | d83fe6b6c54749a9b2d3198d62ec981024459425 (patch) | |
tree | 1ccd7609c8016b5d62448a02223e6102a853c27e | |
parent | 123aeec2ff5f749e92f8e3dd2d42f7a9948ca037 (diff) | |
download | linux-3.10-d83fe6b6c54749a9b2d3198d62ec981024459425.tar.gz linux-3.10-d83fe6b6c54749a9b2d3198d62ec981024459425.tar.bz2 linux-3.10-d83fe6b6c54749a9b2d3198d62ec981024459425.zip |
Documentation: fix inotify source file paths
Fixes the path to find the source files of the inotify subsystem.
Signed-off-by: Marcos Paulo de Souza <marcos.mage@gmail.com>
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | Documentation/filesystems/inotify.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/filesystems/inotify.txt b/Documentation/filesystems/inotify.txt index 59a919f1614..cfd02712b83 100644 --- a/Documentation/filesystems/inotify.txt +++ b/Documentation/filesystems/inotify.txt @@ -194,7 +194,8 @@ associated with the inotify_handle, and on which events are queued. Each watch is associated with an inotify_watch structure. Watches are chained off of each associated inotify_handle and each associated inode. -See fs/inotify.c and fs/inotify_user.c for the locking and lifetime rules. +See fs/notify/inotify/inotify_fsnotify.c and fs/notify/inotify/inotify_user.c +for the locking and lifetime rules. (vi) Rationale |