]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: Remove delayed_iput member from btrfs_delalloc_work
authorNikolay Borisov <nborisov@suse.com>
Mon, 23 Apr 2018 07:54:16 +0000 (10:54 +0300)
committerDavid Sterba <dsterba@suse.com>
Mon, 28 May 2018 16:07:29 +0000 (18:07 +0200)
commitf410a40a67d62a2310d537de01944b09dbd8f662
tree7927643a395bfff6768894bc997b6a5c1fa844f0
parent60f5d82623584095af63d64b0ac94bba98b5bc3f
btrfs: Remove delayed_iput member from btrfs_delalloc_work

When allocating a delalloc work we are always setting the delayed_iput
to 0. So remove the delay_iput member of btrfs_delalloc_work, as a
result also remove it as a parameter from btrfs_alloc_delalloc_work
since it's not used anymore.

Signed-off-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/ctree.h
fs/btrfs/inode.c