fs/cifs/smb2pdu.c: Make SMB2_notify_init static
authorzhengbin <zhengbin13@huawei.com>
Mon, 23 Sep 2019 07:06:18 +0000 (15:06 +0800)
committerSteve French <stfrench@microsoft.com>
Tue, 24 Sep 2019 03:49:05 +0000 (22:49 -0500)
commit388962e8e9ce8b253e91cbaed94e78a07dc92d84
treebf06df50fd5f5ddd1440370cbeed3daaaad434d8
parentd2f15428d6a0ebfc0edc364094d7c4a2de7037ed
fs/cifs/smb2pdu.c: Make SMB2_notify_init static

Fix sparse warnings:

fs/cifs/smb2pdu.c:3200:1: warning: symbol 'SMB2_notify_init' was not declared. Should it be static?

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: zhengbin <zhengbin13@huawei.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/smb2pdu.c