Re: [PATCH 2/5] net: Use helper function fdput()
From: linmiaohe Date: Thu, 6 Aug 2020 19:52:24 +0800 > From: Miaohe Lin > > Use helper function fdput() to fput() the file iff FDPUT_FPUT is set. > > Signed-off-by: Miaohe Lin Applied.
[PATCH 2/5] net: Use helper function fdput()
From: Miaohe Lin Use helper function fdput() to fput() the file iff FDPUT_FPUT is set. Signed-off-by: Miaohe Lin --- net/socket.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/net/socket.c b/net/socket.c index 976426d03f09..6aff5aeb6728 100644 --- a/net/socket.c +++