diff options
author | Marcos Paulo de Souza <marcos.mage@gmail.com> | 2011-11-04 14:22:14 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-11-04 15:01:47 -0400 |
commit | d83fe6b6c54749a9b2d3198d62ec981024459425 (patch) | |
tree | 1ccd7609c8016b5d62448a02223e6102a853c27e /Documentation/filesystems | |
parent | 123aeec2ff5f749e92f8e3dd2d42f7a9948ca037 (diff) |
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>
Diffstat (limited to 'Documentation/filesystems')
-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 59a919f16144..cfd02712b83e 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. | |||
194 | Each watch is associated with an inotify_watch structure. Watches are chained | 194 | Each watch is associated with an inotify_watch structure. Watches are chained |
195 | off of each associated inotify_handle and each associated inode. | 195 | off of each associated inotify_handle and each associated inode. |
196 | 196 | ||
197 | See fs/inotify.c and fs/inotify_user.c for the locking and lifetime rules. | 197 | See fs/notify/inotify/inotify_fsnotify.c and fs/notify/inotify/inotify_user.c |
198 | for the locking and lifetime rules. | ||
198 | 199 | ||
199 | 200 | ||
200 | (vi) Rationale | 201 | (vi) Rationale |