]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'sctp-fix-sk_wmem_queued-and-use-it-to-check-for-writable-space'
authorDavid S. Miller <davem@davemloft.net>
Thu, 18 Oct 2018 18:23:47 +0000 (11:23 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Oct 2018 18:23:47 +0000 (11:23 -0700)
commitbdc2669f92f0a5591efdfaac6f8b7282bb8bf55c
tree5e3af28184fb65447c9aaeffa51bfb95f473667a
parent80c737b44a23697c6152f687df2c87a6cb0cf246
parentcb47704ae9e7ef7ca1383d4b0469d27db747049c
Merge branch 'sctp-fix-sk_wmem_queued-and-use-it-to-check-for-writable-space'

Xin Long says:

====================
sctp: fix sk_wmem_queued and use it to check for writable space

sctp doesn't count and use asoc sndbuf_used, sk sk_wmem_alloc and
sk_wmem_queued properly, which also causes some problem.

This patchset is to improve it.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>