Commit 5ade9dea authored by Steve French's avatar Steve French

[CIFS] fix typo

Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent 9b1ec9ec
...@@ -389,7 +389,7 @@ int cifs_get_inode_info(struct inode **pinode, ...@@ -389,7 +389,7 @@ int cifs_get_inode_info(struct inode **pinode,
struct cifs_sb_info *cifs_sb = CIFS_SB(sb); struct cifs_sb_info *cifs_sb = CIFS_SB(sb);
const unsigned char *full_path = NULL; const unsigned char *full_path = NULL;
char *buf = NULL; char *buf = NULL;
bool adjustTZ = bool; bool adjustTZ = false;
bool is_dfs_referral = false; bool is_dfs_referral = false;
pTcon = cifs_sb->tcon; pTcon = cifs_sb->tcon;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment