]> git.baikalelectronics.ru Git - kernel.git/commit
sunrpc: remove dead code in svc_sock_setbufsize
authorChristoph Hellwig <hch@lst.de>
Mon, 8 Jan 2018 11:21:04 +0000 (12:21 +0100)
committerJ. Bruce Fields <bfields@redhat.com>
Mon, 5 Feb 2018 22:13:16 +0000 (17:13 -0500)
commit0e61c60f5c77e1ff2214b8056786c1f2de2f3828
treee99ca1c4786ea82a759e79fd8cf8caacad18b6bb
parent96531e5fcb458ec0ac7ae886dd7641904fad5550
sunrpc: remove dead code in svc_sock_setbufsize

Setting values in struct sock directly is the usual method.  Remove
the long dead code using set_fs() and the related comment.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
net/sunrpc/svcsock.c