
NAME
update_atime - update the access time
SYNOPSIS
void update_atime (struct inode * inode);
ARGUMENTS
inode inode accessed
DESCRIPTION
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.