Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752631AbbLIBRM (ORCPT ); Tue, 8 Dec 2015 20:17:12 -0500 Received: from h2.hallyn.com ([78.46.35.8]:48761 "EHLO h2.hallyn.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752516AbbLIBRJ (ORCPT ); Tue, 8 Dec 2015 20:17:09 -0500 Date: Tue, 8 Dec 2015 19:17:07 -0600 From: "Serge E. Hallyn" To: Greg KH Cc: serge.hallyn@ubuntu.com, linux-api@vger.kernel.org, containers@lists.linux-foundation.org, linux-kernel@vger.kernel.org, ebiederm@xmission.com, lxc-devel@lists.linuxcontainers.org, hannes@cmpxchg.org, tj@kernel.org, cgroups@vger.kernel.org, akpm@linux-foundation.org Subject: Re: [PATCH 1/7] kernfs: Add API to generate relative kernfs path Message-ID: <20151209011707.GA18344@mail.hallyn.com> References: <1449529582-4075-1-git-send-email-serge.hallyn@ubuntu.com> <1449529582-4075-2-git-send-email-serge.hallyn@ubuntu.com> <20151208115120.GB26797@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151208115120.GB26797@kroah.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1202 Lines: 27 On Tue, Dec 08, 2015 at 06:51:20AM -0500, Greg KH wrote: > On Mon, Dec 07, 2015 at 05:06:16PM -0600, serge.hallyn@ubuntu.com wrote: > > From: Aditya Kali > > > > The new function kernfs_path_from_node() generates and returns kernfs > > path of a given kernfs_node relative to a given parent kernfs_node. > > > > Changelog 20151125: > > - Fully-wing multilinecomments > > - Rework kernfs_path_from_node_locked() logic > > - Replace BUG_ONs with returning NULL > > - Use a const char* for /.. and precalculate its size > > Changelog 20151130: > > - Update kernfs_path_from_node_locked comment > > changes should go below the --- line, not here in the body of the > changelog that will show up in git :( Right, thanks. I've changed them all to add a --- before the changelog. The format-patch ends up looking a bit weird with two --- lines, but subsequent git am does the right thing, so hopefully this is the right way. -- 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/