On Thu, Dec 16, 2021 at 10:43:17AM -0800, Stefan Roesch wrote: > This adds support for using the xattr implementation in liburing. > > Patch 1: fstress: add suport for using liburing setxattr > Uses the liburing setxattr implementation in fsstress. > > Patch 2: fstress: add suport for using liburing getxattr > Uses the liburing getxattr implementation in fsstress. > > There are two additional patch series related to this: > - io_uring: add xattr support > - liburing: add xattr support > > --- > V4: - fix a whitespace/tab issue > V3: - Rebased patch series. > V2: - Introduce dedicated functions for uring getxattr and > uring setxattr, so they are not automatically linked > in if liburing is available. > > *** BLURB HERE *** > > Stefan Roesch (2): > fstress: add suport for using liburing setxattr > fstress: add suport for using liburing getxattr The code logic of this patchset looks good to me. But just notice that the subject should be "fsstress", not "fstress", you can ask if Eryu would like to help to change that when he merge the patch :-D Reviewed-by: Zorro Lang <zlang@xxxxxxxxxx> > > ltp/fsstress.c | 122 ++++++++++++++++++++++++++++++++++++++++++++++--- > 1 file changed, 116 insertions(+), 6 deletions(-) > > > base-commit: 13dd19cee4298ffc323737029ca36f70f52f88e9 > -- > 2.30.2 >