Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750729AbWCTLNz (ORCPT ); Mon, 20 Mar 2006 06:13:55 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750812AbWCTLNz (ORCPT ); Mon, 20 Mar 2006 06:13:55 -0500 Received: from smtp.osdl.org ([65.172.181.4]:47335 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S1750729AbWCTLNy (ORCPT ); Mon, 20 Mar 2006 06:13:54 -0500 Date: Mon, 20 Mar 2006 03:10:17 -0800 From: Andrew Morton To: prasanna@in.ibm.com Cc: ak@suse.de, davem@davemloft.net, suparna@in.ibm.com, richardj_moore@uk.ibm.com, linux-kernel@vger.kernel.org Subject: Re: [2/3 PATCH] Kprobes: User space probes support- readpage hooks Message-Id: <20060320031017.23d8a9b1.akpm@osdl.org> In-Reply-To: <20060320061014.GE31091@in.ibm.com> References: <20060320060745.GC31091@in.ibm.com> <20060320060931.GD31091@in.ibm.com> <20060320061014.GE31091@in.ibm.com> X-Mailer: Sylpheed version 1.0.4 (GTK+ 1.2.10; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 719 Lines: 17 Prasanna S Panchamukhi 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/