diff options
| author | Mark Brown <broonie@kernel.org> | 2024-02-01 20:45:32 +0300 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2024-02-01 20:45:32 +0300 |
| commit | e81fdba0208666b65bafeaba814874b4d6e5edde (patch) | |
| tree | 5de26e8be4ca1801ca27bffe25c129d29b13dba9 /include/uapi/linux | |
| parent | 5513c5d0fb3d509cdd0a11afc18441c57eb7c94c (diff) | |
| parent | 28876c1ae8b8cd1dacef50bd6c0555824774f0d2 (diff) | |
| download | linux-e81fdba0208666b65bafeaba814874b4d6e5edde.tar.xz | |
ALSA: Various fixes for Cirrus Logic CS35L56 support
Merge series from Richard Fitzgerald <rf@opensource.cirrus.com>:
These patches fixe various things that were undocumented, unknown or
uncertain when the original driver code was written. And also a few
things that were just bugs.
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/btrfs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/uapi/linux/btrfs.h b/include/uapi/linux/btrfs.h index 7c29d82db9ee..f8bc34a6bcfa 100644 --- a/include/uapi/linux/btrfs.h +++ b/include/uapi/linux/btrfs.h @@ -614,6 +614,9 @@ struct btrfs_ioctl_clone_range_args { */ #define BTRFS_DEFRAG_RANGE_COMPRESS 1 #define BTRFS_DEFRAG_RANGE_START_IO 2 +#define BTRFS_DEFRAG_RANGE_FLAGS_SUPP (BTRFS_DEFRAG_RANGE_COMPRESS | \ + BTRFS_DEFRAG_RANGE_START_IO) + struct btrfs_ioctl_defrag_range_args { /* start of the defrag operation */ __u64 start; |
