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>] [day] [month] [year] [list]
Date:	Wed, 24 Jun 2009 09:04:11 +0900
From:	Tejun Heo <tj@...nel.org>
To:	Andrew Morton <akpm@...ux-foundation.org>
CC:	Miklos Szeredi <miklos@...redi.hu>,
	Linux Kernel <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 2/4] FUSE: make request_wait_answer() wait for ->end()
 completion

(restoring cc list)

Andrew Morton wrote:
> On Thu, 18 Jun 2009 18:24:31 +0900
> Tejun Heo <tj@...nel.org> wrote:
> 
>> -	/** Request completion callback */
>> +	/** Request completion callback.  This function is called from
>> +	    the kernel context of the FUSE server if the request isn't
>> +	    being aborted.  If the request is being aborted, it's
>> +	    called from the kernel context of the aborting process. */
> 
> The comment pretends to be kerneldoc but isn't.
> 
> Like this:
> 
> 	/*
> 	 * Request completion callback.  This function is called from
> 	 * the kernel context of the FUSE server if the request isn't
> 	 * being aborted.  If the request is being aborted, it's
> 	 * called from the kernel context of the aborting process.
> 	 */
> 
> please.

All the sorrounding comments were formatted in false-kerneldoc format,
so it will look a bit weird that way.  Hmm... I'll add a patch to
change the surrounding comments too.

Thanks.

-- 
tejun
--
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