[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <E1L5Ieo-0001iE-0P@pomaz-ex.szeredi.hu>
Date: Wed, 26 Nov 2008 12:34:10 +0100
From: Miklos Szeredi <miklos@...redi.hu>
To: tj@...nel.org
CC: miklos@...redi.hu, akpm@...ux-foundation.org,
linux-kernel@...r.kernel.org, fuse-devel@...ts.sourceforge.net,
greg@...ah.com
Subject: Re: [PATCH 5/5 UPDATED] CUSE: implement CUSE - Character device in
Userspace
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists