commit | 0a683794ace283984ae95ea6796f37b5f3afc446 | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Tue Jun 01 13:40:02 2021 +1000 |
committer | Dave Chinner <david@fromorbit.com> | Tue Jun 01 13:40:02 2021 +1000 |
tree | c4af374500a5bf9fe43df3459651e7b1010e7a13 | |
parent | d07f6ca923ea0927a1024dfccafc5b53b61cfecc [diff] |
xfs: split up xfs_buf_allocate_memory Based on a patch from Christoph Hellwig. This splits out the heap allocation and page allocation portions of the buffer memory allocation into two separate helper functions. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Darrick J. Wong <djwong@kernel.org>