commit | 095ae612530c9465df6d372d688cb30c6abfc5f5 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu May 28 07:12:36 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu May 28 11:11:46 2020 -0700 |
tree | 79271cfd7014dfd17cdb32495757374c7e1c18c4 | |
parent | 298cd88a66a02c899772ffafbf648786ceb5ab95 [diff] |
tipc: call tsk_set_importance from tipc_topsrv_create_listener Avoid using kernel_setsockopt for the TIPC_IMPORTANCE option when we can just use the internal helper. The only change needed is to pass a struct sock instead of tipc_sock, which is private to socket.c Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: David S. Miller <davem@davemloft.net>