inode_update_time
Name
inode_update_time -- update mtime and ctime time
Synopsis
void inode_update_time
(struct inode * inode, int ctime_too);
Arguments
inode
inode accessed
ctime_too
update ctime too
Description
Update the mtime time on an inode and mark it for writeback.
When ctime_too is specified update the ctime too.