mbox series

[0/2] *** Code cleanup ***

Message ID 20250228082622.2638686-1-sunjunchao2870@gmail.com (mailing list archive)
Headers show
Series *** Code cleanup *** | expand

Message

Julian Sun Feb. 28, 2025, 8:26 a.m. UTC
Julian Sun (2):
  xfs: remove unnecessary checks for __GFP_NOFAIL allocation.
  xfs: refactor out xfs_buf_get_maps()

 fs/xfs/libxfs/xfs_da_btree.c |  4 ----
 fs/xfs/libxfs/xfs_dir2.c     |  8 --------
 fs/xfs/xfs_buf.c             | 15 +++------------
 fs/xfs/xfs_mru_cache.c       |  6 ------
 fs/xfs/xfs_super.c           |  2 --
 5 files changed, 3 insertions(+), 32 deletions(-)