]> asedeno.scripts.mit.edu Git - linux.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)
commit076da91cd9ec4032f88bb30a162d576e9e46c2d6
tree7927643a395bfff6768894bc997b6a5c1fa844f0
parent4fbb514785154ac2eff2a85d60fc0974207171b2
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