Re: [2/3 PATCH] Kprobes: User space probes support- readpage hooks

From: Andrew Morton
Date: Mon Mar 20 2006 - 06:12:24 EST


Prasanna S Panchamukhi <prasanna@xxxxxxxxxx> wrote:
>
> +/**
> + * This function hooks the readpages() of all modules that have active
> + * probes on them. The original readpages() is called for the given
> + * inode/address_space to actually read the pages into the memory.
> + * Then all probes that are specified on these pages are inserted.
> + */

The "/**" thing is designed to introduce a kerneldoc-style comment, but
these comments aren't using kerneldoc.

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