On 4/18/22 21:23, Damien Le Moal wrote:
+ ret = vfs_mkdir(mnt_user_ns(parent.mnt), d_inode(parent.dentry), + dentry, 0755);
Christoph, if I remember correctly functionality has been added recentlyto configfs for creating directories from inside the kernel without calling vfs_mkdir()?
Thanks, Bart.