projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3190b59
)
cifs: fix typo in debug message with struct field ia_valid
author
Colin Ian King
<colin.king@canonical.com>
Mon, 24 Jun 2019 16:39:43 +0000
(17:39 +0100)
committer
Steve French
<stfrench@microsoft.com>
Mon, 8 Jul 2019 03:37:43 +0000
(22:37 -0500)
Field ia_valid is being debugged with the field name iavalid, fix this.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/inode.c
patch
|
blob
|
history
diff --git
a/fs/cifs/inode.c
b/fs/cifs/inode.c
index 65f72fd3d582018758d427025ab7a463d8ba3569..1bffe029fb6633c1443484fae69214c8efc64222 100644
(file)
--- a/
fs/cifs/inode.c
+++ b/
fs/cifs/inode.c
@@
-2413,7
+2413,7
@@
cifs_setattr_nounix(struct dentry *direntry, struct iattr *attrs)
xid = get_xid();
- cifs_dbg(FYI, "setattr on file %pd attrs->iavalid 0x%x\n",
+ cifs_dbg(FYI, "setattr on file %pd attrs->ia
_
valid 0x%x\n",
direntry, attrs->ia_valid);
if (cifs_sb->mnt_cifs_flags & CIFS_MOUNT_NO_PERM)