We will not use the variable 'err' after initalization, So remove it and
return 0.
Signed-off-by: zhong jiang <redacted>
---
net/iucv/af_iucv.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
The ret is not modified after initalization, So just remove the variable
and return 0.
Signed-off-by: zhong jiang <redacted>
---
net/sunrpc/xprtrdma/svc_rdma_transport.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
The ret is modified after initalization, so just remove it and
return 0.
Signed-off-by: zhong jiang <redacted>
---
net/9p/mod.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
From: Anna Schumaker <hidden> Date: 2018-08-07 14:58:54
(Adding Bruce since he takes nfs / sunrpc server patches)
On 08/07/2018 07:20 AM, zhong jiang wrote:
quoted hunk
The ret is not modified after initalization, So just remove the variable
and return 0.
Signed-off-by: zhong jiang <redacted>
---
net/sunrpc/xprtrdma/svc_rdma_transport.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
From: J. Bruce Fields <hidden> Date: 2018-08-09 20:06:47
On Tue, Aug 07, 2018 at 10:49:11AM -0400, Anna Schumaker wrote:
(Adding Bruce since he takes nfs / sunrpc server patches)
Applied, thanks.--b.
On 08/07/2018 07:20 AM, zhong jiang wrote:
quoted
The ret is not modified after initalization, So just remove the variable
and return 0.
Signed-off-by: zhong jiang <redacted>
---
net/sunrpc/xprtrdma/svc_rdma_transport.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)