diff options
author | Maitreya29 <Maitreyapatni30@gmail.com> | 2021-08-29 21:53:14 +0530 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2022-04-19 00:51:43 +0300 |
commit | ae9449f6568295f6f90be5ce691b9de0695beeb8 (patch) | |
tree | fea91a72563ea161aa62e0e8e9d213f2fe05a0dd /net/compat.c | |
parent | 8c07f6507022573e61ba0489f9507599fa3ec26c (diff) |
Revert "net/compat: Add missing sock updates for SCM_RIGHTS"
This reverts commit 34c2166235171162c55ccdc2f3f77b377da76d7c.
Signed-off-by: Chatur27 <jasonbright2709@gmail.com>
Diffstat (limited to 'net/compat.c')
-rw-r--r-- | net/compat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/compat.c b/net/compat.c index 14459a87fdbc..c62284c74d4c 100644 --- a/net/compat.c +++ b/net/compat.c @@ -284,7 +284,6 @@ void scm_detach_fds_compat(struct msghdr *kmsg, struct scm_cookie *scm) break; } /* Bump the usage count and install the file. */ - __receive_sock(fp[i]); fd_install(new_fd, get_file(fp[i])); } |