Commit d83fe6b6c54749a9b2d3198d62ec981024459425

Authored by Marcos Paulo de Souza
Committed by Linus Torvalds
1 parent 123aeec2ff

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>

Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff

Documentation/filesystems/inotify.txt
... ... @@ -194,7 +194,8 @@
194 194 Each watch is associated with an inotify_watch structure. Watches are chained
195 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 201 (vi) Rationale