On Thu, Aug 18, 2022 at 5:55 PM xuyang2018.jy@fujitsu.com < xuyang2018.jy@fujitsu.com> wrote: > Hi Li > > > Recently a new kernel commit (e408e695f) introduces the inode attributes > > being supported in tmpfs, which is like other Linux file systems. But > that > > caused statx04 to throw an unsupported error in STATX_ATTR_COMPRESSED. > > > > This patch help masks it just like what we did for XFS. > > Looks good to me, > Thanks, I suddenly realized that we need to add the commit info into .tag as well. @@ -132,6 +139,7 @@ static struct tst_test test = { {"linux-git", "99652ea56a41"}, {"linux-git", "04a87e347282"}, {"linux-git", "5f955f26f3d4"}, + {"linux-git", "e408e695f5f1"}, {} }, -- Regards, Li Wang