Skip to content

Commit

Permalink
Documentation: fix inotify source file paths
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Marcos Paulo de Souza authored and Linus Torvalds committed Nov 4, 2011
1 parent 123aeec commit d83fe6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Documentation/filesystems/inotify.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d83fe6b

Please sign in to comment.