It can never trigger since before calling alloc_delalloc_work we have called igrab in start_delalloc_inodes.
Signed-off-by: Nikolay Borisov <[email protected]> --- fs/btrfs/inode.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index f023d2b5ef49..1a7f790b68e8 100644 --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c @@ -9943,7 +9943,6 @@ static struct btrfs_delalloc_work *btrfs_alloc_delalloc_work(struct inode *inode init_completion(&work->completion); INIT_LIST_HEAD(&work->list); work->inode = inode; - WARN_ON_ONCE(!inode); btrfs_init_work(&work->work, btrfs_flush_delalloc_helper, btrfs_run_delalloc_work, NULL, NULL); -- 2.17.1
