- Update hash of COPYING (year updated with
b45ed94f69)
- This bump will fix the following build failure with kernel >= 6.6 raised
since
182741d287
thanks to
4eda6d7b61:
In file included from btrfs.c:51:
xlat/btrfs_key_types.h:167:37: error: 'BTRFS_EXTENT_REF_V0_KEY' undeclared here (not in a function); did you mean 'BTRFS_EXTENT_DATA_KEY'?
167 | static_assert((unsigned long long) (BTRFS_EXTENT_REF_V0_KEY)
| ^~~~~~~~~~~~~~~~~~~~~~~
| BTRFS_EXTENT_DATA_KEY
https://github.com/strace/strace/releases/tag/v6.6
Fixes:
- http://autobuild.buildroot.org/results/da026b8307a4ef1406d2c90d42564df38a172a50
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>