Update the access time
void touch_atime(const struct path * path);
path
the struct path to update
Update the accessed time on an inode and mark it for writeback. This function automatically handles read only file systems and media, as well as the “noatime” flag and inode specific “noatime” markers.