xfs already is using igrab which will do the correct thing, simply remove the reference to these flags. Signed-off-by: Josef Bacik --- fs/xfs/scrub/common.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fs/xfs/scrub/common.c b/fs/xfs/scrub/common.c index 2ef7742be7d3..b0bb40490493 100644 --- a/fs/xfs/scrub/common.c +++ b/fs/xfs/scrub/common.c @@ -1086,8 +1086,7 @@ xchk_install_handle_inode( /* * Install an already-referenced inode for scrubbing. Get our own reference to - * the inode to make disposal simpler. The inode must not be in I_FREEING or - * I_WILL_FREE state! + * the inode to make disposal simpler. The inode must be live. */ int xchk_install_live_inode( -- 2.49.0