]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: remove force argument from run_delalloc_nocow()
authorGoldwyn Rodrigues <rgoldwyn@suse.de>
Thu, 4 Mar 2021 15:06:25 +0000 (09:06 -0600)
committerDavid Sterba <dsterba@suse.com>
Mon, 19 Apr 2021 15:25:15 +0000 (17:25 +0200)
commitd9ca85e9bff86c3461ec803162415ea2dd931b4c
tree0a626203dc3dfc84934597864dcaf9dda70f9a68
parent1d288314e83f7c7991c69724b9c4a9ee7f754ef0
btrfs: remove force argument from run_delalloc_nocow()

force_cow can be calculated from inode and does not need to be passed as
an argument.

This simplifies run_delalloc_nocow() call from btrfs_run_delalloc_range()
A new function, should_nocow() checks if the range should be NOCOWed or
not. The function returns true iff either BTRFS_INODE_NODATA or
BTRFS_INODE_PREALLOC, but is not a defrag extent.

Tested-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Goldwyn Rodrigues <rgoldwyn@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/inode.c