提交 ddae957d 编写于 作者: S Steve French

[CIFS] fix typo in previous patch

Signed-off-by: NSteve French <sfrench@us.ibm.com>
上级 533f90af
......@@ -109,9 +109,9 @@ static int construct_dentry(struct qstr *qstring, struct file *file,
static void AdjustForTZ(struct cifsTconInfo * tcon, struct inode * inode)
{
if((tcon) && (tcon->ses) && (tcon->ses->server)) {
inode->i_ctime.tv_sec += tcon->ses->server.timeAdj;
inode->i_mtime.tv_sec += tcon->ses->server.timeAdj;
inode->i_atime.tv_sec += tcon->ses->server.timeAdj;
inode->i_ctime.tv_sec += tcon->ses->server->timeAdj;
inode->i_mtime.tv_sec += tcon->ses->server->timeAdj;
inode->i_atime.tv_sec += tcon->ses->server->timeAdj;
}
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册