On Wed, Mar 24, 2021 at 1:28 PM Al Viro <viro@xxxxxxxxxxxxxxxxxx> wrote: > > On Wed, Mar 24, 2021 at 09:45:02AM +0100, Miklos Szeredi wrote: > > Isn't structure initialization supposed to zero everything not > > explicitly initialized? > > All fields, but not the padding... Ah... while the structure is unlikely to change, I'll switch to memset to be safe. > > > The one in io_uring() seems wrong also, as a beast needing > > file_dentry() should never get out of overlayfs and into io_uring: > > That one would be wrong in overlayfs as well - we'd better had the > same names in all layers... Right. Thanks, Miklos