Explorar o código

[CIFS] fix typo

Signed-off-by: Steve French <sfrench@us.ibm.com>
Steve French %!s(int64=17) %!d(string=hai) anos
pai
achega
5ade9deaaa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      fs/cifs/inode.c

+ 1 - 1
fs/cifs/inode.c

@@ -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;