Bruce, On 29.12.2016 03:56, J. Bruce Fields wrote: >> - * Note, d_splice_alias() would be required instead if we supported >> - * NFS. >> - */ >> - d_add(dentry, inode); >> + >> + d_splice_alias(inode, dentry); >> return NULL; > > I'm pretty sure that should be > > return d_splice_alias(inode, dentry); You are right. /me assumed d_splice_alias() is consistent with d_add(). :-( Thanks, //richard -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html