]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Fixes the path to find the source files of the inotify subsystem.
authorMarcos Paulo de Souza <marcos.mage@gmail.com>
Tue, 30 Aug 2011 01:17:03 +0000 (11:17 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 30 Aug 2011 01:20:49 +0000 (11:20 +1000)
Signed-off-by: Marcos Paulo de Souza <marcos.mage@gmail.com>
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Documentation/filesystems/inotify.txt

index 59a919f16144df84dc6e3934dcdc22c26611a6ea..cfd02712b83ee4334903b347678d10fdc08f59d3 100644 (file)
@@ -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