lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ