[CIFS] fix typo in previous patch
Signed-off-by: Steve French <sfrench@us.ibm.com>
This commit is contained in:
parent
533f90af6d
commit
ddae957da4
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user