commit | 0bf955ce98cb3cf40e20d0cc435299eb76e8819e | [log] [tgz] |
---|---|---|
author | Robert Love <rml@novell.com> | Mon Aug 15 12:27:54 2005 -0400 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Aug 15 09:48:31 2005 -0700 |
tree | c1fd8207f7d7b3e1db7d0f28ffae88f0dc205083 | |
parent | 2ba84684e8cf6f980e4e95a2300f53a505eb794e [diff] |
[PATCH] inotify: fix idr_get_new_above usage 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>