commit | 49f0d84ec1db5bd46dcf3796fc792fce74ff25a3 | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Thu Jul 07 19:08:01 2022 +1000 |
committer | Dave Chinner <david@fromorbit.com> | Thu Jul 07 19:08:01 2022 +1000 |
tree | 30ec53de25a7def51d2090abe5074d03a93b1ab3 | |
parent | fa044ae70c64343b07277256952d22a0dc05b319 [diff] |
xfs: pass perag to xfs_alloc_get_freelist It's available in all callers, so pass it in so that the perag can be passed further down the stack. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <djwong@kernel.org>