Skip to content

Commit 94b9551

Browse files
ZhangGuoDongsmfrench
authored andcommitted
smb: rename common/cifsglob.h to common/smbglob.h
"cifs" is a legacy name, rename it to "smbglob.h" according to Namjae's suggestions. Co-developed-by: ChenXiaoSong <chenxiaosong@kylinos.cn> Signed-off-by: ChenXiaoSong <chenxiaosong@kylinos.cn> Signed-off-by: ZhangGuoDong <zhangguodong@kylinos.cn> Suggested-by: Namjae Jeon <linkinjeon@kernel.org> Acked-by: Namjae Jeon <linkinjeon@kernel.org> Signed-off-by: Steve French <stfrench@microsoft.com>
1 parent 7d9f51d commit 94b9551

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

fs/smb/client/cifsglob.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#include "cifsacl.h"
2525
#include <crypto/internal/hash.h>
2626
#include <uapi/linux/cifs/cifs_mount.h>
27-
#include "../common/cifsglob.h"
27+
#include "../common/smbglob.h"
2828
#include "../common/smb2pdu.h"
2929
#include "smb2pdu.h"
3030
#include <linux/filelock.h>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
* Jeremy Allison (jra@samba.org)
77
*
88
*/
9-
#ifndef _COMMON_CIFS_GLOB_H
10-
#define _COMMON_CIFS_GLOB_H
9+
#ifndef _COMMON_SMB_GLOB_H
10+
#define _COMMON_SMB_GLOB_H
1111

1212
static inline void inc_rfc1001_len(void *buf, int count)
1313
{
@@ -27,4 +27,4 @@ static inline void inc_rfc1001_len(void *buf, int count)
2727

2828
#define CIFS_DEFAULT_IOSIZE (1024 * 1024)
2929

30-
#endif /* _COMMON_CIFS_GLOB_H */
30+
#endif /* _COMMON_SMB_GLOB_H */

fs/smb/server/smb_common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
#include "glob.h"
1212
#include "nterr.h"
13-
#include "../common/cifsglob.h"
13+
#include "../common/smbglob.h"
1414
#include "../common/smb2pdu.h"
1515
#include "smb2pdu.h"
1616

0 commit comments

Comments
 (0)