diff options
-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 |