Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964960AbVLJIPO (ORCPT ); Sat, 10 Dec 2005 03:15:14 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S964959AbVLJIPO (ORCPT ); Sat, 10 Dec 2005 03:15:14 -0500 Received: from smtp.osdl.org ([65.172.181.4]:54168 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S964960AbVLJIPM (ORCPT ); Sat, 10 Dec 2005 03:15:12 -0500 Date: Sat, 10 Dec 2005 00:14:49 -0800 From: Andrew Morton To: Keshavamurthy Anil S Cc: linux-kernel@vger.kernel.org, ananth@in.ibm.com, prasanna@in.ibm.com Subject: Re: [BUG][PATCH] Kprobes - Increment kprobe missed count for multiprobes Message-Id: <20051210001449.29d1ce4c.akpm@osdl.org> In-Reply-To: <20051209130345.A8254@unix-os.sc.intel.com> References: <20051209130345.A8254@unix-os.sc.intel.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: 457 Lines: 11 Keshavamurthy Anil S wrote: > > +void __kprobes inc_nmissed_count(struct kprobe *p) That's not a good name for a global identifier. I renamed it to kprobes_inc_nmissed_count(). - 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/