commit | cb0942b81249798e15c3f04eee2946ef543e8115 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon Aug 27 14:48:26 2012 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Sep 26 21:10:25 2012 -0400 |
tree | 7d494c580a847342577661782c5173f76178aa81 | |
parent | cecb46f194460d23cacf3b13593f9f5a4f7a0fed [diff] [blame] |
make get_file() return its argument simplifies a bunch of callers... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/net/compat.c b/net/compat.c index 74ed1d7..79ae884 100644 --- a/net/compat.c +++ b/net/compat.c
@@ -301,8 +301,7 @@ break; } /* Bump the usage count and install the file. */ - get_file(fp[i]); - fd_install(new_fd, fp[i]); + fd_install(new_fd, get_file(fp[i])); } if (i > 0) {