summaryrefslogtreecommitdiff
path: root/fs/smb/client/smb1transport.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2026-03-20 09:07:29 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2026-03-20 09:07:29 -0700
commit7006433ca2de80e4aa7d11dceb3124335cff5a43 (patch)
treef4a80332a7381098a87c3dbaf20394d5482e9051 /fs/smb/client/smb1transport.c
parentf268964788a90966f8d18fa00adb94d4ae2ea812 (diff)
parent23b5df09c27aec13962b30d32a4167ebdd043f8e (diff)
Merge tag 'v7.0-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Pull smb client fixes from Steve French: - Fix reporting of i_blocks - Fix Kerberos mounts with different usernames to same server - Trivial comment cleanup * tag 'v7.0-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6: smb: client: fix generic/694 due to wrong ->i_blocks cifs: smb1: fix comment typo smb: client: fix krb5 mount with username option
Diffstat (limited to 'fs/smb/client/smb1transport.c')
-rw-r--r--fs/smb/client/smb1transport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/smb/client/smb1transport.c b/fs/smb/client/smb1transport.c
index 38d6d5538b96..53abb29fe71b 100644
--- a/fs/smb/client/smb1transport.c
+++ b/fs/smb/client/smb1transport.c
@@ -460,7 +460,7 @@ check_smb_hdr(struct smb_hdr *smb)
return 0;
/*
- * Windows NT server returns error resposne (e.g. STATUS_DELETE_PENDING
+ * Windows NT server returns error response (e.g. STATUS_DELETE_PENDING
* or STATUS_OBJECT_NAME_NOT_FOUND or ERRDOS/ERRbadfile or any other)
* for some TRANS2 requests without the RESPONSE flag set in header.
*/