mirror of git://sourceware.org/git/glibc.git
Add STATX_SUBVOL from Linux 6.10 to bits/statx-generic.h
Tested for aarch64-linux-gnu. Reviewed-by: Florian Weimer <fweimer@redhat.com>
This commit is contained in:
parent
e433cdec9b
commit
bbb6a742c8
|
@ -43,6 +43,7 @@
|
||||||
# define STATX_MNT_ID 0x1000U
|
# define STATX_MNT_ID 0x1000U
|
||||||
# define STATX_DIOALIGN 0x2000U
|
# define STATX_DIOALIGN 0x2000U
|
||||||
# define STATX_MNT_ID_UNIQUE 0x4000U
|
# define STATX_MNT_ID_UNIQUE 0x4000U
|
||||||
|
# define STATX_SUBVOL 0x8000U
|
||||||
# define STATX__RESERVED 0x80000000U
|
# define STATX__RESERVED 0x80000000U
|
||||||
|
|
||||||
# define STATX_ATTR_COMPRESSED 0x0004
|
# define STATX_ATTR_COMPRESSED 0x0004
|
||||||
|
|
Loading…
Reference in New Issue