diff options
| author | Goldwyn Rodrigues <[email protected]> | 2021-03-04 15:06:25 +0000 |
|---|---|---|
| committer | David Sterba <[email protected]> | 2021-04-19 15:25:15 +0000 |
| commit | 6e65ae762900dc885f44ef5e1f887224368b10f3 (patch) | |
| tree | 0a626203dc3dfc84934597864dcaf9dda70f9a68 /fs/btrfs/tree-mod-log.c | |
| parent | btrfs: don't opencode extent_changeset_free (diff) | |
| download | kernel-6e65ae762900dc885f44ef5e1f887224368b10f3.tar.gz kernel-6e65ae762900dc885f44ef5e1f887224368b10f3.zip | |
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 <[email protected]>
Reviewed-by: Johannes Thumshirn <[email protected]>
Signed-off-by: Goldwyn Rodrigues <[email protected]>
Reviewed-by: David Sterba <[email protected]>
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'fs/btrfs/tree-mod-log.c')
0 files changed, 0 insertions, 0 deletions
