commit | 8449af53083083dde48ff01eb1babb02b296f5f5 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Sun Jan 23 09:03:09 2022 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Fri Jan 28 14:15:46 2022 -0800 |
tree | 1acb82acbec66b9c93255a2b38e09895c9f01e2f | |
parent | 3eaa04ad2dad7f81b819aba06dd098147c8fdf11 [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>