Hi Alejandro > Hi Yang, > > On 5/30/23 07:43, Yang Xu (Fujitsu) wrote: >> >> Hi Alejandro >> >>> Hello Yang, >>> >>> On 5/23/23 07:17, Yang Xu wrote: >>>> Linux 5.10 adds STATX_ATTR_MOUNT_ROOT support. >>>> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=80340fe3605c >>>> >>>> Add the text to the statx man page. >>>> >>>> Signed-off-by: Yang Xu <xuyang2018.jy@xxxxxxxxxxx> >>> >>> Patch applied. >>> >>> Thanks, >>> Alex >>> >>>> --- >>>> man2/statx.2 | 4 ++++ >>>> 1 file changed, 4 insertions(+) >>>> >>>> diff --git a/man2/statx.2 b/man2/statx.2 >>>> index 3bc4932b0..9610e171a 100644 >>>> --- a/man2/statx.2 >>>> +++ b/man2/statx.2 >>>> @@ -521,6 +521,10 @@ without an explicit >>>> See >>>> .BR mmap (2) >>>> for more information. >>>> +.TP >>>> +.B STATX_ATTR_MOUNT_ROOT " (since Linux 5.10)" >> >> I used the following command to search linux tag and then miss 5.8 >> #git tag --contains 80340fe3 > > You should use git-describe(1): > > $ git describe --contains 80340fe3 Thanks for your remind. Best Regards Yang Xu > v5.8-rc1~203^2~4 > >> v5.10 >> v5.10-rc1 >> v5.10-rc2 >> v5.10-rc3 >> v5.10-rc4 >> v5.10-rc5 >> v5.10-rc6 >> v5.10-rc7 >> v5.11 >> v5.11-rc1 >> v5.11-rc2 >> v5.11-rc3 >> v5.11-rc4 >> v5.11-rc5 >> v5.11-rc6 >> v5.11-rc7 >> v5.12 >> v5.12-rc1 >> v5.12-rc1-dontuse >> v5.12-rc2 >> v5.12-rc3 >> v5.12-rc4 >> v5.12-rc5 >> v5.12-rc6 >> v5.12-rc7 >> .... >> v5.8-rc1 >> >> so, we should fix this incorrect linux version. Sorry for introducing this. > > No problem. Fixed. :) > > Cheers, > Alex > >> >> Best Regards >> Yang Xu >>>> +.\" commit 80340fe3605c0e78cfe496c3b3878be828cfdbfe >>>> +The file is the root of a mount. >>>> .SH RETURN VALUE >>>> On success, zero is returned. >>>> On error, \-1 is returned, and >