2021-09-09 11:50 GMT+09:00, Steve French <smfrench@xxxxxxxxx>: > Here is an updated fs/cifs/smbfsctl.h that includes most of the changes in > fs/ksmbd/smbfsctl.h and is updated to include one missing #define from more > recent MS-FSCC > > This would allow us to use a common version of fs/cifs/smbfsctl.h for > server and client We need to rename header guard in diff when moving it to fs/cifs_common. +#ifndef __KSMBD_SMBFSCTL_H +#define __KSMBD_SMBFSCTL_H +#endif /* __KSMBD_SMBFSCTL_H */ Thanks! > > > > -- > Thanks, > > Steve >