[PATCH] inotify: oops fix
authorRobert Love <rml@novell.com>
Mon, 25 Jul 2005 19:10:08 +0000 (15:10 -0400)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 26 Jul 2005 20:37:21 +0000 (13:37 -0700)
commit783bc29bbc5d6625a4669d3eb1d989a8fb275d43
tree100222921c788e68009ba1b2dccbeaba06b81e89
parent33ea2f52b8758ef62ae4a9d2f91821c47d999ee9
[PATCH] inotify: oops fix

Bug fix: Ensure that the fd passed to inotify_add_watch() and
inotify_rm_watch() belongs to inotify.

Signed-off-by: Robert Love <rml@novell.com>
Signed-off-by: John McCutchan <ttb@tentacle.dhs.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/inotify.c