From: Marcos Paulo de Souza Date: Tue, 30 Aug 2011 01:17:03 +0000 (+1000) Subject: Fixes the path to find the source files of the inotify subsystem. X-Git-Tag: next-20110830~61^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d3bbad8f9114a50f5a5e72cb793c87ee2c003891;p=karo-tx-linux.git Fixes the path to find the source files of the inotify subsystem. Signed-off-by: Marcos Paulo de Souza Signed-off-by: Randy Dunlap --- 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. 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