From: Steve French Date: Fri, 2 May 2008 20:56:23 +0000 (+0000) Subject: [CIFS] fix typo X-Git-Tag: v2.6.26-rc2~13^2~5 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=5ade9deaaa3e1f7291467d97b238648e43eae15e;p=linux-2.6-omap-h63xx.git [CIFS] fix typo Signed-off-by: Steve French --- diff --git a/fs/cifs/inode.c b/fs/cifs/inode.c index a1f24bdb656..0d9d2e6d7af 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;