projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1c35af
)
cifs: use the right include for signal_pending()
author
Ronnie Sahlberg
<lsahlber@redhat.com>
Mon, 13 May 2019 01:24:17 +0000
(11:24 +1000)
committer
Steve French
<stfrench@microsoft.com>
Mon, 13 May 2019 04:23:34 +0000
(23:23 -0500)
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>
fs/cifs/transport.c
patch
|
blob
|
history
diff --git
a/fs/cifs/transport.c
b/fs/cifs/transport.c
index 9a16ff4b9f5ef09a27d59d583a167e209888ba18..60661b3f983acd6242b76702dc18694dd3433baa 100644
(file)
--- 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/s
ched/s
ignal.h>
#include "cifspdu.h"
#include "cifsglob.h"
#include "cifsproto.h"