dect
/
linux-2.6
Archived
13
0
Fork 0

inotify: remove superfluous return code check

Signed-off-by: Giuseppe Scrivano <gscrivano@gnu.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Giuseppe Scrivano 2009-12-03 17:01:41 +01:00 committed by Jiri Kosina
parent 870571a2ef
commit 336e8683b9
1 changed files with 0 additions and 4 deletions

View File

@ -747,10 +747,6 @@ SYSCALL_DEFINE3(inotify_add_watch, int, fd, const char __user *, pathname,
/* create/update an inode mark */
ret = inotify_update_watch(group, inode, mask);
if (unlikely(ret))
goto path_put_and_out;
path_put_and_out:
path_put(&path);
fput_and_out:
fput_light(filp, fput_needed);