Fix unimplemented utimens
This commit is contained in:
parent
194f1cba48
commit
0dc7fe2bb8
@ -190,7 +190,7 @@ int CryFuse::utimens(const path &path, const timespec times[2]) {
|
|||||||
//tv[1].tv_usec = times[1].tv_nsec / 1000;
|
//tv[1].tv_usec = times[1].tv_nsec / 1000;
|
||||||
//int retstat = ::lutimes(real_path.c_str(), tv);
|
//int retstat = ::lutimes(real_path.c_str(), tv);
|
||||||
//return errcode_map(retstat);
|
//return errcode_map(retstat);
|
||||||
return ENOSYS;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
int CryFuse::open(const path &path, fuse_file_info *fileinfo) {
|
int CryFuse::open(const path &path, fuse_file_info *fileinfo) {
|
||||||
|
Loading…
Reference in New Issue
Block a user