Re: [PATCH 5/5 UPDATED] CUSE: implement CUSE - Character device inUserspace

From: Miklos Szeredi
Date: Wed Nov 26 2008 - 06:34:32 EST


On Wed, 26 Nov 2008, Tejun Heo wrote:
> Hello,
>
> Miklos Szeredi wrote:
> > Hi Tejun,
> >
> > Apologies for the late review.
>
> :-)

I meant late compared to three months ago, when you first posted the
CUSE patches :)

> Yes, I agree. I was mostly being lazy. I'll try to rip off mnt
> assumption from FUSE and make CUSE bypass the mnt thing.
>
> >> + worker = kthread_run(cuse_init_worker, cuse_conn_get(cc),
> >> + "cuse-init-pid%d", current->pid);
> >
> > This could be done without a kthread, by setting the ->end() callback
> > for the INIT request, no?
>
> Indeed. Will switch to ->end().

Cool, thanks.

Miklos
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/