/linux/fs/btrfs/ |
H A D | extent-io-tree.c | diff dbbf49928f2eb118036766fae503be1314620cce Fri Sep 09 23:53:40 CEST 2022 Josef Bacik <josef@toxicpanda.com> btrfs: remove the wake argument from clear_extent_bits
This is only used in the case that we are clearing EXTENT_LOCKED, so infer this value from the bits passed in instead of taking it as an argument.
Signed-off-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | extent-io-tree.h | diff dbbf49928f2eb118036766fae503be1314620cce Fri Sep 09 23:53:40 CEST 2022 Josef Bacik <josef@toxicpanda.com> btrfs: remove the wake argument from clear_extent_bits
This is only used in the case that we are clearing EXTENT_LOCKED, so infer this value from the bits passed in instead of taking it as an argument.
Signed-off-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | reflink.c | diff dbbf49928f2eb118036766fae503be1314620cce Fri Sep 09 23:53:40 CEST 2022 Josef Bacik <josef@toxicpanda.com> btrfs: remove the wake argument from clear_extent_bits
This is only used in the case that we are clearing EXTENT_LOCKED, so infer this value from the bits passed in instead of taking it as an argument.
Signed-off-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | extent_map.c | diff dbbf49928f2eb118036766fae503be1314620cce Fri Sep 09 23:53:40 CEST 2022 Josef Bacik <josef@toxicpanda.com> btrfs: remove the wake argument from clear_extent_bits
This is only used in the case that we are clearing EXTENT_LOCKED, so infer this value from the bits passed in instead of taking it as an argument.
Signed-off-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | file-item.c | diff dbbf49928f2eb118036766fae503be1314620cce Fri Sep 09 23:53:40 CEST 2022 Josef Bacik <josef@toxicpanda.com> btrfs: remove the wake argument from clear_extent_bits
This is only used in the case that we are clearing EXTENT_LOCKED, so infer this value from the bits passed in instead of taking it as an argument.
Signed-off-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | free-space-cache.c | diff dbbf49928f2eb118036766fae503be1314620cce Fri Sep 09 23:53:40 CEST 2022 Josef Bacik <josef@toxicpanda.com> btrfs: remove the wake argument from clear_extent_bits
This is only used in the case that we are clearing EXTENT_LOCKED, so infer this value from the bits passed in instead of taking it as an argument.
Signed-off-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | transaction.c | diff dbbf49928f2eb118036766fae503be1314620cce Fri Sep 09 23:53:40 CEST 2022 Josef Bacik <josef@toxicpanda.com> btrfs: remove the wake argument from clear_extent_bits
This is only used in the case that we are clearing EXTENT_LOCKED, so infer this value from the bits passed in instead of taking it as an argument.
Signed-off-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | file.c | diff dbbf49928f2eb118036766fae503be1314620cce Fri Sep 09 23:53:40 CEST 2022 Josef Bacik <josef@toxicpanda.com> btrfs: remove the wake argument from clear_extent_bits
This is only used in the case that we are clearing EXTENT_LOCKED, so infer this value from the bits passed in instead of taking it as an argument.
Signed-off-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | ioctl.c | diff dbbf49928f2eb118036766fae503be1314620cce Fri Sep 09 23:53:40 CEST 2022 Josef Bacik <josef@toxicpanda.com> btrfs: remove the wake argument from clear_extent_bits
This is only used in the case that we are clearing EXTENT_LOCKED, so infer this value from the bits passed in instead of taking it as an argument.
Signed-off-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | extent_io.c | diff dbbf49928f2eb118036766fae503be1314620cce Fri Sep 09 23:53:40 CEST 2022 Josef Bacik <josef@toxicpanda.com> btrfs: remove the wake argument from clear_extent_bits
This is only used in the case that we are clearing EXTENT_LOCKED, so infer this value from the bits passed in instead of taking it as an argument.
Signed-off-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
|
/linux/fs/btrfs/tests/ |
H A D | inode-tests.c | diff dbbf49928f2eb118036766fae503be1314620cce Fri Sep 09 23:53:40 CEST 2022 Josef Bacik <josef@toxicpanda.com> btrfs: remove the wake argument from clear_extent_bits
This is only used in the case that we are clearing EXTENT_LOCKED, so infer this value from the bits passed in instead of taking it as an argument.
Signed-off-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
|