Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

smb/server: rename include guard in smb_common.h

Make the include guard more descriptive to avoid conflicts with include
guards that may be used in the future.

Signed-off-by: ChenXiaoSong <chenxiaosong@kylinos.cn>
Acked-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>

authored by

ChenXiaoSong and committed by
Steve French
01ab0d16 3d99347a

+3 -3
+3 -3
fs/smb/server/smb_common.h
··· 3 3 * Copyright (C) 2018 Samsung Electronics Co., Ltd. 4 4 */ 5 5 6 - #ifndef __SMB_COMMON_H__ 7 - #define __SMB_COMMON_H__ 6 + #ifndef __SMB_SERVER_COMMON_H__ 7 + #define __SMB_SERVER_COMMON_H__ 8 8 9 9 #include <linux/kernel.h> 10 10 ··· 203 203 unsigned int ksmbd_server_side_copy_max_total_size(void); 204 204 bool is_asterisk(char *p); 205 205 __le32 smb_map_generic_desired_access(__le32 daccess); 206 - #endif /* __SMB_COMMON_H__ */ 206 + #endif /* __SMB_SERVER_COMMON_H__ */