Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[CIFS] fix typo



Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent 9b1ec9ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -389,7 +389,7 @@ int cifs_get_inode_info(struct inode **pinode,
	struct cifs_sb_info *cifs_sb = CIFS_SB(sb);
	const unsigned char *full_path = NULL;
	char *buf = NULL;
	bool adjustTZ = bool;
	bool adjustTZ = false;
	bool is_dfs_referral = false;

	pTcon = cifs_sb->tcon;