J. Bruce Fields wrote: > On Mon, Aug 12, 2019 at 11:16:11AM +0900, Tetsuo Handa wrote: > > syzbot is reporting that nfsd_mkdir() forgot to remove dentry created by > > d_alloc_name() when __nfsd_mkdir() failed (due to memory allocation fault > > injection) [1]. > > Thanks! But it might be clearer to do this in the caller, in the same > place the dentry was allocated? I'm fine with that.