diff options
author | 2021-10-22 13:10:02 +0300 | |
---|---|---|
committer | 2021-10-22 13:10:02 +0300 | |
commit | ef3e619221248a7ea5fc711a2bf9017c94d2f644 (patch) | |
tree | b69232290b6a3e3d2a26560052c7183ab0ba3c52 /net/unix/af_unix.c | |
parent | drm/i915/dmabuf: fix broken build (diff) | |
parent | Merge tag 'drm-intel-gt-next-2021-10-21' of git://anongit.freedesktop.org/drm/drm-intel into drm-next (diff) | |
download | linux-dev-ef3e619221248a7ea5fc711a2bf9017c94d2f644.tar.xz linux-dev-ef3e619221248a7ea5fc711a2bf9017c94d2f644.zip |
Merge drm/drm-next into drm-intel-gt-next
Backmerging to pull in the new dma_resv iterators requested by
Maarten and Matt.
Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Diffstat (limited to 'net/unix/af_unix.c')
-rw-r--r-- | net/unix/af_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/unix/af_unix.c b/net/unix/af_unix.c index eb47b9de2380..92345c9bb60c 100644 --- a/net/unix/af_unix.c +++ b/net/unix/af_unix.c @@ -3073,7 +3073,7 @@ static __poll_t unix_dgram_poll(struct file *file, struct socket *sock, other = unix_peer(sk); if (other && unix_peer(other) != sk && - unix_recvq_full(other) && + unix_recvq_full_lockless(other) && unix_dgram_peer_wake_me(sk, other)) writable = 0; |