From: Eric Paris Date: Thu, 11 Jun 2009 15:09:47 +0000 (-0400) Subject: fsnotify: move events should indicate the event was on a child X-Git-Tag: v2.6.31-rc1~381^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff52cc2158b32b3b979ca7802b1fd7c70f36e13c;p=pandora-kernel.git fsnotify: move events should indicate the event was on a child fsnotify tells its listeners explicitly when an event happened on the given inode verses on the child of the given inode. (see __fsnotify_parent) However, the semantics of fsnotify_move() are such that we deliver events directly to the two parent directories in question (old_dir and new_dir) directly without using the __fsnotify_parent() call. fsnotify should be adding FS_EVENT_ON_CHILD for the notifications to these parents. Signed-off-by: Eric Paris --- Reading git-diff-tree failed