]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: get rid of xb_to_gfp()
authorDave Chinner <dchinner@redhat.com>
Mon, 7 Jun 2021 01:50:17 +0000 (11:50 +1000)
committerDave Chinner <david@fromorbit.com>
Mon, 7 Jun 2021 01:50:17 +0000 (11:50 +1000)
commiteb7ad2012ff059f9ded131e1b21403128260ea58
tree0099b09fcb21b6bac005a1a16687bfe18c64a18a
parent2000235a9424276556d9c278cff9e04913f22946
xfs: get rid of xb_to_gfp()

Only used in one place, so just open code the logic in the macro.
Based on a patch from Christoph Hellwig.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/xfs_buf.c