commit | 472c6e46f589c26057596dcba160712a5b3e02c5 | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Mon Jan 31 13:20:08 2022 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Tue Feb 01 14:14:48 2022 -0800 |
tree | 4260c84833e1fca310f213ee2d2f386b96581c0e | |
parent | 29d650f7e3ab55283b89c9f5883d0c256ce478b5 [diff] |
xfs: remove XFS_PREALLOC_SYNC Callers can acheive the same thing by calling xfs_log_force_inode() after making their modifications. There is no need for xfs_update_prealloc_flags() to do this. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org>