mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 04:06:22 +00:00
[CIFS] fix typo
Signed-off-by: Steve French <sfrench@us.ibm.com>
This commit is contained in:
parent
9b1ec9ecea
commit
5ade9deaaa
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue