Merge tag 'assorted-fixes-5.14-1_2021-06-03' of https://git.kernel.org/pub/scm/linux...
authorDarrick J. Wong <djwong@kernel.org>
Tue, 8 Jun 2021 16:22:34 +0000 (09:22 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 8 Jun 2021 16:22:34 +0000 (09:22 -0700)
xfs: assorted fixes for 5.14, part 1

This branch contains the first round of various small fixes for 5.14.

* tag 'assorted-fixes-5.14-1_2021-06-03' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux:
  xfs: don't take a spinlock unconditionally in the DIO fastpath
  xfs: mark xfs_bmap_set_attrforkoff static
  xfs: Remove redundant assignment to busy
  xfs: sort variable alphabetically to avoid repeated declaration

1  2 
fs/xfs/libxfs/xfs_alloc.c
fs/xfs/libxfs/xfs_bmap.c

@@@ -1674,9 -1674,8 +1674,8 @@@ restart
         * Allocate and initialize a cursor for the by-size btree.
         */
        cnt_cur = xfs_allocbt_init_cursor(args->mp, args->tp, args->agbp,
 -              args->agno, XFS_BTNUM_CNT);
 +                                      args->pag, XFS_BTNUM_CNT);
        bno_cur = NULL;
-       busy = false;
  
        /*
         * Look for an entry >= maxlen+alignment-1 blocks.
Simple merge