Skip to content

Commit

Permalink
[CIFS] fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Steve French <sfrench@us.ibm.com>
  • Loading branch information
Steve French committed May 2, 2008
1 parent 9b1ec9e commit 5ade9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/cifs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5ade9de

Please sign in to comment.