projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e48ff8
)
Remove sparse build warning
author
Steve French
<smfrench@gmail.com>
Fri, 11 Jul 2014 12:47:01 +0000
(07:47 -0500)
committer
Steve French
<smfrench@gmail.com>
Sat, 2 Aug 2014 06:23:01 +0000
(
01:23
-0500)
The recent session setup patch set
(cifs-Separate-rawntlmssp-auth-from-CIFS_SessSetup.patch)
had introduced a trivial sparse build warning.
Signed-off-by: Steve French <smfrench@gmail.com>
Cc: Sachin Prabhu <sprabhu@redhat.com>
fs/cifs/sess.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/cifs/sess.c
b/fs/cifs/sess.c
index c2e7c07c9d5c6b2ca112d530c28082e2abb1b1de..39ee32688eac93abb107eb07e5f5566237602ba8 100644
(file)
--- a/
fs/cifs/sess.c
+++ b/
fs/cifs/sess.c
@@
-1366,7
+1366,7
@@
out:
sess_data->result = rc;
}
-int select_sec(struct cifs_ses *ses, struct sess_data *sess_data)
+
static
int select_sec(struct cifs_ses *ses, struct sess_data *sess_data)
{
int type;