mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-16 01:07:11 +00:00
Fixed a bug utimens is calling before flush
This commit is contained in:
parent
c4ac923b4c
commit
5b6684ca19
@ -1745,7 +1745,7 @@ bool FdEntity::MergeOrgMeta(headers_t& updatemeta)
|
|||||||
if(0 <= atime.tv_sec){
|
if(0 <= atime.tv_sec){
|
||||||
SetAtime(atime, true);
|
SetAtime(atime, true);
|
||||||
}
|
}
|
||||||
is_meta_pending |= IsUploading(true);
|
is_meta_pending |= (IsUploading(true) || pagelist.IsModified());
|
||||||
|
|
||||||
return is_meta_pending;
|
return is_meta_pending;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user