commit | 397aa0d3bf8c130bc58d043089c10bd348b6e0a4 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Fri Jan 28 14:35:13 2022 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Sun Jan 30 09:36:28 2022 -0800 |
tree | 175aa8526f2795de21d07b1ae873f3f81051f1de | |
parent | 7ae9f5cb676afbf7121e417f9bde71a2a2819a5c [diff] |
xfs: ensure log flush at the end of a synchronous fallocate call If the caller wanted us to persist the preallocation to disk before returning to userspace, make sure we force the log to disk after making all metadata updates. Signed-off-by: Darrick J. Wong <djwong@kernel.org>