]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit06964e7f35a32a2c32cc605b60cd0ec83b5499b4
tree1ceba65827f9af8698ab38e5a1e099266e04e0c3
parente2db521b9b35558caefa11dcedfcf90f1ba5ee59
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: 07b3f9ef9b55 ("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