diff options
-rw-r--r-- | net/bus/af_bus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bus/af_bus.c b/net/bus/af_bus.c index 5a00225307fa..d25af65d79a0 100644 --- a/net/bus/af_bus.c +++ b/net/bus/af_bus.c @@ -1865,7 +1865,7 @@ static int bus_sendmsg(struct kiocb *kiocb, struct socket *sock, if (NULL == sendctx.siocb->scm) sendctx.siocb->scm = &tmp_scm; wait_for_bus_gc(); - err = scm_send(sock, msg, sendctx.siocb->scm); + err = scm_send(sock, msg, sendctx.siocb->scm, false); if (err < 0) return err; |