On Fri, 25 Feb 2022 10:53:25 -0800, Stefan Roesch wrote: > One of the key architectual tenets of io-uring is to keep the > parameters for io-uring stable. After the call has been submitted, > its value can be changed. Unfortunaltely this is not the case for > the current statx implementation. > > Patch: > Part 1: fs: replace const char* parameter in vfs_statx and do_statx with > struct filename > Create filename object outside of do_statx and vfs_statx, so io-uring > can create the filename object during the prepare phase > > [...] Applied, thanks! [1/1] io-uring: Make statx API stable commit: c22368edfa24ec033f9328b3328aaa0349c15e6c Best regards, -- Jens Axboe