diff options
| author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2025-10-03 16:38:58 -0300 |
|---|---|---|
| committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2025-11-05 07:15:52 -0300 |
| commit | 4540cc22374b0324b5df08ea418e11b89b7c099f (patch) | |
| tree | c0da2b9ff42cd4c56c40335d8f4c3292b5b571df /io/tst-statx.c | |
| parent | 2ae61521445cddd4c2fefd38e11d0ca3d9d5ce99 (diff) | |
linux: Add STATX_SUBVOL definition to generic statx
The commit bbb6a742c88b4a37c5410eceefbc9c94df815075 added
STATX_SUBVOL on the statx-generic.h without updating the
generic statx struct.
Diffstat (limited to 'io/tst-statx.c')
| -rw-r--r-- | io/tst-statx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io/tst-statx.c b/io/tst-statx.c index 1f7bafb01a..c7a5707c7a 100644 --- a/io/tst-statx.c +++ b/io/tst-statx.c @@ -37,7 +37,7 @@ _Static_assert (offsetof (struct statx, stx_nlink) == 16, "statx nlink"); _Static_assert (offsetof (struct statx, stx_ino) == 32, "statx ino"); _Static_assert (offsetof (struct statx, stx_atime) == 64, "statx atime"); _Static_assert (offsetof (struct statx, stx_rdev_major) == 128, "statx rdev"); -_Static_assert (offsetof (struct statx, __statx_pad2) == 160, "statx pad2"); +_Static_assert (offsetof (struct statx, __statx_pad2) == 168, "statx pad2"); #include "statx_generic.c" |
