From: Florin Malita Date: Tue, 8 May 2007 07:24:18 +0000 (-0700) Subject: devpts: add fsnotify create event X-Git-Tag: v2.6.22-rc1~788 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3972b7f67bf1a352a4a4c350b2245d759a41ea06;p=pandora-kernel.git devpts: add fsnotify create event Currently, devpts doesn't generate an fsnotify event upon pts creation because the regular vfs paths aren't involved. Deallocation, on the other hand, correctly generates a nameremove event thanks to the d_delete() invocation in devpts_pty_kill(). This patch adds the missing fsnotify_create() trigger in devpts_pty_new(). Signed-off-by: Florin Malita Acked-by: H. Peter Anvin Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed