Searched hist:b52aa8c93e1fec97fcd87345b13f532f0dee8239 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | props.c | diff b52aa8c93e1fec97fcd87345b13f532f0dee8239 Mon Jul 17 12:17:20 CDT 2017 David Sterba <dsterba@suse.com> btrfs: rename variable holding per-inode compression type
This is preparatory for separating inode compression requested by defrag and set via properties. This will fix a usability bug when defrag will reset compression type to NONE. If the file has compression set via property, it will not apply anymore (until next mount or reset through command line).
We're going to fix that by adding another variable just for the defrag call and won't touch the property. The defrag will have higher priority when deciding whether to compress the data.
Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | btrfs_inode.h | diff b52aa8c93e1fec97fcd87345b13f532f0dee8239 Mon Jul 17 12:17:20 CDT 2017 David Sterba <dsterba@suse.com> btrfs: rename variable holding per-inode compression type
This is preparatory for separating inode compression requested by defrag and set via properties. This will fix a usability bug when defrag will reset compression type to NONE. If the file has compression set via property, it will not apply anymore (until next mount or reset through command line).
We're going to fix that by adding another variable just for the defrag call and won't touch the property. The defrag will have higher priority when deciding whether to compress the data.
Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | ioctl.c | diff b52aa8c93e1fec97fcd87345b13f532f0dee8239 Mon Jul 17 12:17:20 CDT 2017 David Sterba <dsterba@suse.com> btrfs: rename variable holding per-inode compression type
This is preparatory for separating inode compression requested by defrag and set via properties. This will fix a usability bug when defrag will reset compression type to NONE. If the file has compression set via property, it will not apply anymore (until next mount or reset through command line).
We're going to fix that by adding another variable just for the defrag call and won't touch the property. The defrag will have higher priority when deciding whether to compress the data.
Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | inode.c | diff b52aa8c93e1fec97fcd87345b13f532f0dee8239 Mon Jul 17 12:17:20 CDT 2017 David Sterba <dsterba@suse.com> btrfs: rename variable holding per-inode compression type
This is preparatory for separating inode compression requested by defrag and set via properties. This will fix a usability bug when defrag will reset compression type to NONE. If the file has compression set via property, it will not apply anymore (until next mount or reset through command line).
We're going to fix that by adding another variable just for the defrag call and won't touch the property. The defrag will have higher priority when deciding whether to compress the data.
Signed-off-by: David Sterba <dsterba@suse.com>
|