Re: [PATCH 2/4] FUSE: make request_wait_answer() wait for ->end()completion

From: Tejun Heo
Date: Tue Jun 23 2009 - 20:04:39 EST


(restoring cc list)

Andrew Morton wrote:
> On Thu, 18 Jun 2009 18:24:31 +0900
> Tejun Heo <tj@xxxxxxxxxx> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/