Message ID | 20190513012417.2603-1-lsahlber@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | cifs: use the right include for signal_pending() | expand |
merged into cif-2.6.git for-next On Sun, May 12, 2019 at 8:24 PM Ronnie Sahlberg <lsahlber@redhat.com> wrote: > > Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com> > --- > 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 9a16ff4b9f5e..60661b3f983a 100644 > --- a/fs/cifs/transport.c > +++ b/fs/cifs/transport.c > @@ -33,7 +33,7 @@ > #include <linux/uaccess.h> > #include <asm/processor.h> > #include <linux/mempool.h> > -#include <linux/signal.h> > +#include <linux/sched/signal.h> > #include "cifspdu.h" > #include "cifsglob.h" > #include "cifsproto.h" > -- > 2.13.6 >
diff --git a/fs/cifs/transport.c b/fs/cifs/transport.c index 9a16ff4b9f5e..60661b3f983a 100644 --- a/fs/cifs/transport.c +++ b/fs/cifs/transport.c @@ -33,7 +33,7 @@ #include <linux/uaccess.h> #include <asm/processor.h> #include <linux/mempool.h> -#include <linux/signal.h> +#include <linux/sched/signal.h> #include "cifspdu.h" #include "cifsglob.h" #include "cifsproto.h"
Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com> --- fs/cifs/transport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)