Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755914Ab3G2O1b (ORCPT ); Mon, 29 Jul 2013 10:27:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41204 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751246Ab3G2O1a (ORCPT ); Mon, 29 Jul 2013 10:27:30 -0400 Date: Mon, 29 Jul 2013 16:21:58 +0200 From: Oleg Nesterov To: Masami Hiramatsu Cc: Steven Rostedt , Alexander Z Lam , Arnaldo Carvalho de Melo , David Sharp , Frederic Weisbecker , Greg Kroah-Hartman , Ingo Molnar , Peter Zijlstra , Srikar Dronamraju , Vaibhav Nagarnaik , "zhangwei(Jovi)" , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 6/6] tracing: Change remove_event_file_dir() to clear "d_subdirs"->i_private Message-ID: <20130729142158.GA9338@redhat.com> References: <20130726172551.GA3632@redhat.com> <51F6392C.8000806@hitachi.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <51F6392C.8000806@hitachi.com> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 886 Lines: 30 On 07/29, Masami Hiramatsu wrote: > > (2013/07/27 2:25), Oleg Nesterov wrote: > > Change remove_event_file_dir() to clear ->i_private for every > > file we are going to remove. > > Oleg, I think this should be done first. > > AFAICS, your former patches depend strongly on this change. > Without this, they don't work as you expected, and it may > prevent git-bisect. Why? v2 specially does this in the last change for bisecting/etc. 1-4 change f_op->read/write to check i_private != NULL but until this final patch i_private == NULL is not possible. > I see, including this patch also breaks current ftrace. Could you clarify? Oleg. -- 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/