commit | b39a04636fd7454911b80e7b5ab2a66b011a8145 | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Mon Jan 31 13:20:10 2022 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Tue Feb 01 14:14:48 2022 -0800 |
tree | 41569e6efe8090b9dfe06ad161fbbc3572c3c3b5 | |
parent | 0b02c8c0d75a738c98c35f02efb36217c170d78c [diff] |
xfs: move xfs_update_prealloc_flags() to xfs_pnfs.c The operations that xfs_update_prealloc_flags() perform are now unique to xfs_fs_map_blocks(), so move xfs_update_prealloc_flags() to be a static function in xfs_pnfs.c and cut out all the other functionality that is doesn't use anymore. 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>