diff options
author | Steve French <sfrench@us.ibm.com> | 2008-05-02 20:56:23 (GMT) |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2008-05-02 20:56:23 (GMT) |
commit | 5ade9deaaa3e1f7291467d97b238648e43eae15e (patch) | |
tree | e1e5b82a78aa062f66336c5a11f3eecf8dac36cd /fs/cifs | |
parent | 9b1ec9eceabe0c90d12116871f692263b69d476d (diff) | |
download | linux-fsl-qoriq-5ade9deaaa3e1f7291467d97b238648e43eae15e.tar.xz |
[CIFS] fix typo
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs')
-rw-r--r-- | fs/cifs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/inode.c b/fs/cifs/inode.c index a1f24bd..0d9d2e6 100644 --- a/fs/cifs/inode.c +++ b/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; |