tentatively merged into cifs-2.6.git for-next On Wed, Jan 20, 2021 at 4:22 PM Ronnie Sahlberg <lsahlber@xxxxxxxxxx> wrote: > > RHBZ 1848178 > > Cc: stable@xxxxxxxxxxxxxxx > Signed-off-by: Ronnie Sahlberg <lsahlber@xxxxxxxxxx> > --- > fs/cifs/transport.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/cifs/transport.c b/fs/cifs/transport.c > index d629d3c03a9e..283e9022f049 100644 > --- a/fs/cifs/transport.c > +++ b/fs/cifs/transport.c > @@ -339,7 +339,7 @@ __smb_send_rqst(struct TCP_Server_Info *server, int num_rqst, > if (ssocket == NULL) > return -EAGAIN; > > - if (signal_pending(current)) { > + if (fatal_signal_pending(current)) { > cifs_dbg(FYI, "signal pending before send request\n"); > return -ERESTARTSYS; > } > -- > 2.13.6 > -- Thanks, Steve