This commit is contained in:
@@ -389,7 +389,7 @@ auto open_file::native_operation(
|
||||
}
|
||||
|
||||
if (new_file_size > fsi_.size) {
|
||||
res = cache_size_mgr::instance().expand(new_file_size - fsi_.size, true);
|
||||
res = cache_size_mgr::instance().expand(new_file_size - fsi_.size);
|
||||
if (res != api_error::success) {
|
||||
return res;
|
||||
}
|
||||
|
Reference in New Issue
Block a user