Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d83fe6b6 authored by Marcos Paulo de Souza's avatar Marcos Paulo de Souza Committed by Linus Torvalds
Browse files

Documentation: fix inotify source file paths



Fixes the path to find the source files of the inotify subsystem.

Signed-off-by: default avatarMarcos Paulo de Souza <marcos.mage@gmail.com>
Signed-off-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 123aeec2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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