On Thu, Mar 21, 2013 at 9:55 PM, Linus Torvalds <torva...@linux-foundation.org> wrote: > > So why not just use "new_inode_pseudo()" instead? IOW, something like > this (totally untested, natch) patch?
Ok, so I think that patch is still probably the right way to go, but it's broken for a silly reason: because it's not using iget_locked() any more, it also needs to remove the now unnecessary (and actively incorrect) call to unlock_new_inode(). So remove that one line too, and maybe it could even work. Still not *tested*, though. Linus -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/