diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2025-12-12 21:59:19 +1200 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2025-12-12 21:59:19 +1200 |
| commit | ce825345dd63f62cdab80a8c45f943bb65511aa1 (patch) | |
| tree | f7b4d6adb3a00b8520b0287d0aa233e9eb99a46e /fs/smb/server/smb2misc.c | |
| parent | 10cc3e9a11dc0d5d8450ecf6db99551c867f3203 (diff) | |
| parent | 2e0d224d89884819e6f25953bbe860ae6a49555f (diff) | |
Merge tag 'v6.19-rc-smb3-server-fixes' of git://git.samba.org/ksmbd
Pull smb server fixes from Steve French:
- minor cleanup
- minor update to comment to avoid confusion about fs type
* tag 'v6.19-rc-smb3-server-fixes' of git://git.samba.org/ksmbd:
smb/server: add comment to FileSystemName of FileFsAttributeInformation
smb/server: remove unused nterr.h
smb/server: rename include guard in smb_common.h
Diffstat (limited to 'fs/smb/server/smb2misc.c')
| -rw-r--r-- | fs/smb/server/smb2misc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/smb/server/smb2misc.c b/fs/smb/server/smb2misc.c index 67a2d7a793f6..a1ddca21c47b 100644 --- a/fs/smb/server/smb2misc.c +++ b/fs/smb/server/smb2misc.c @@ -5,7 +5,6 @@ */ #include "glob.h" -#include "nterr.h" #include "smb_common.h" #include "../common/smb2status.h" #include "mgmt/user_session.h" |
