mirror of https://github.com/torvalds/linux.git
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>
This commit is contained in:
parent
7d9f51d36b
commit
94b955167e
|
|
@ -24,7 +24,7 @@
|
|||
#include "cifsacl.h"
|
||||
#include <crypto/internal/hash.h>
|
||||
#include <uapi/linux/cifs/cifs_mount.h>
|
||||
#include "../common/cifsglob.h"
|
||||
#include "../common/smbglob.h"
|
||||
#include "../common/smb2pdu.h"
|
||||
#include "smb2pdu.h"
|
||||
#include <linux/filelock.h>
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@
|
|||
* Jeremy Allison (jra@samba.org)
|
||||
*
|
||||
*/
|
||||
#ifndef _COMMON_CIFS_GLOB_H
|
||||
#define _COMMON_CIFS_GLOB_H
|
||||
#ifndef _COMMON_SMB_GLOB_H
|
||||
#define _COMMON_SMB_GLOB_H
|
||||
|
||||
static inline void inc_rfc1001_len(void *buf, int count)
|
||||
{
|
||||
|
|
@ -27,4 +27,4 @@ static inline void inc_rfc1001_len(void *buf, int count)
|
|||
|
||||
#define CIFS_DEFAULT_IOSIZE (1024 * 1024)
|
||||
|
||||
#endif /* _COMMON_CIFS_GLOB_H */
|
||||
#endif /* _COMMON_SMB_GLOB_H */
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
#include "glob.h"
|
||||
#include "nterr.h"
|
||||
#include "../common/cifsglob.h"
|
||||
#include "../common/smbglob.h"
|
||||
#include "../common/smb2pdu.h"
|
||||
#include "smb2pdu.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue