mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 00:32:35 +01:00
ircd::fs: Default write_opts::keep_size to true for fallocate() behavior.
This commit is contained in:
parent
cfe4807b77
commit
67380746b6
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ struct ircd::fs::write_opts
|
|||
:opts
|
||||
{
|
||||
/// for allocate()
|
||||
bool keep_size {false};
|
||||
bool keep_size {true};
|
||||
|
||||
/// Yields the ircd::ctx until the buffers are written. This performs
|
||||
/// the unix incremental write loop internally. When this option is true,
|
||||
|
|
Loading…
Reference in a new issue