xfs: remove xfs_inew_wait
authorChristoph Hellwig <hch@lst.de>
Wed, 24 Nov 2021 18:06:02 +0000 (10:06 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 24 Nov 2021 18:06:02 +0000 (10:06 -0800)
commit1090427bf18f9835b3ccbd36edf43f2509444e27
tree1ceba65827f9af8698ab38e5a1e099266e04e0c3
parenta1de97fe296c52eafc6590a3506f4bbd44ecb19a
xfs: remove xfs_inew_wait

With the remove of xfs_dqrele_all_inodes, xfs_inew_wait and all the
infrastructure used to wake the XFS_INEW bit waitqueue is unused.

Reported-by: kernel test robot <lkp@intel.com>
Fixes: 777eb1fa857e ("xfs: remove xfs_dqrele_all_inodes")
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/xfs_icache.c
fs/xfs/xfs_inode.h