aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorRonnie Sahlberg <lsahlber@redhat.com>2019-05-13 11:24:17 +1000
committerSteve French <stfrench@microsoft.com>2019-05-12 23:23:34 -0500
commit14e25977f98887f1f99c3ce7537a7674aab3cbdd (patch)
tree6ea268cda003af32442fc401f592d293d6494eb4 /fs
parentsmb3: trivial cleanup to smb2ops.c (diff)
downloadlinux-dev-14e25977f98887f1f99c3ce7537a7674aab3cbdd.tar.xz
linux-dev-14e25977f98887f1f99c3ce7537a7674aab3cbdd.zip
cifs: use the right include for signal_pending()
This header is actually where signal_pending is defined although either would work. Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com> Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to '')
-rw-r--r--fs/cifs/transport.c2
1 files changed, 1 insertions, 1 deletions
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"