X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=fs%2Futimes.c;h=cc428b21d789eca96cf37770c182bf74f12b716c;hp=ba653f3dc1bc9c66010290e53e0bb2a5b8fd94b1;hb=1731866a8cdbf8b8c49348083c565ba0f2b6abff;hpb=61df611d5ed32ff785d1e4a0abc871b42a905c1e diff --git a/fs/utimes.c b/fs/utimes.c index ba653f3dc1bc..cc428b21d789 100644 --- a/fs/utimes.c +++ b/fs/utimes.c @@ -80,7 +80,7 @@ static int utimes_common(struct path *path, struct timespec *times) newattrs.ia_valid |= ATTR_MTIME_SET; } /* - * Tell inode_change_ok(), that this is an explicit time + * Tell setattr_prepare(), that this is an explicit time * update, even if neither ATTR_ATIME_SET nor ATTR_MTIME_SET * were used. */ @@ -89,7 +89,7 @@ static int utimes_common(struct path *path, struct timespec *times) /* * If times is NULL (or both times are UTIME_NOW), * then we need to check permissions, because - * inode_change_ok() won't do it. + * setattr_prepare() won't do it. */ error = -EACCES; if (IS_IMMUTABLE(inode))