[PATCH] inotify: fix idr_get_new_above usage
authorRobert Love <rml@novell.com>
Mon, 15 Aug 2005 16:27:54 +0000 (12:27 -0400)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 15 Aug 2005 16:48:31 +0000 (09:48 -0700)
We are saving the wrong thing in ->last_wd.  We want the wd, not the
return value.

Signed-off-by: Robert Love <rml@novell.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found