switch touch_atime to struct path

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Šī revīzija ir iekļauta:
Al Viro
2012-03-15 08:21:57 -04:00
vecāks 40ffe67d2e
revīzija 68ac1234fb
8 mainīti faili ar 21 papildinājumiem un 19 dzēšanām

Parādīt failu

@@ -646,7 +646,8 @@ lookup_again:
* (this is used to keep track of culling, and atimes are only
* updated by read, write and readdir but not lookup or
* open) */
touch_atime(cache->mnt, next);
path.dentry = next;
touch_atime(&path);
}
/* open a file interface onto a data file */