TODOs
This commit is contained in:
parent
e2ec72edde
commit
e8ad454e47
@ -230,6 +230,7 @@ void DirEntryList::setAccessTimes(const blockstore::Key &key, timespec lastAcces
|
||||
|
||||
void DirEntryList::updateAccessTimestampForChild(const blockstore::Key &key) {
|
||||
auto found = _findByKey(key);
|
||||
// TODO Think about implementing relatime behavior. Currently, CryFS follows strictatime.
|
||||
found->setLastAccessTime(cpputils::time::now());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user