Dave Chinner d634525db6 xfs: replace kmem_alloc_large() with kvmalloc()
There is no reason for this wrapper existing anymore. All the places
that use KM_NOFS allocation are within transaction contexts and
hence covered by memalloc_nofs_save/restore contexts. Hence we don't
need any special handling of vmalloc for large IOs anymore and
so special casing this code isn't necessary.

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>
2021-08-09 15:57:43 -07:00
..
2021-06-02 10:48:24 +10:00
2019-11-10 16:54:19 -08:00
2021-06-02 10:48:24 +10:00
2021-06-02 10:48:24 +10:00
2021-07-02 14:30:27 -07:00
2021-06-02 10:48:24 +10:00
2021-04-15 09:35:51 -07:00
2021-06-02 10:48:24 +10:00