From: Ted Ts'o Subject: Re: [PATCH 1/2] ext4: MMP: kmmpd should use nodename from init_uts_ns.name, not sysname Date: Sat, 8 Oct 2011 17:22:14 -0400 Message-ID: <20111008212214.GN7948@thunk.org> References: <1316737389-5522-1-git-send-email-nikitas_angelinas@xyratex.com> <1317339500-4341-1-git-send-email-nikitas_angelinas@xyratex.com> <1317339500-4341-2-git-send-email-nikitas_angelinas@xyratex.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: adilger.kernel@dilger.ca, adilger@whamcloud.com, johann@whamcloud.com, linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org, nikitas_angelinas@xyratex.com, andrew_perepechko@xyratex.com To: Nikitas Angelinas Return-path: Received: from li9-11.members.linode.com ([67.18.176.11]:46447 "EHLO test.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754053Ab1JHVWP (ORCPT ); Sat, 8 Oct 2011 17:22:15 -0400 Content-Disposition: inline In-Reply-To: <1317339500-4341-2-git-send-email-nikitas_angelinas@xyratex.com> Sender: linux-ext4-owner@vger.kernel.org List-ID: On Fri, Sep 30, 2011 at 12:38:19AM +0100, Nikitas Angelinas wrote: > sysname holds "Linux" by default, i.e. what appears when doing a "uname > -s"; nodename should be used to print the machine's hostname, i.e. what > is returned when doing a "uname -n" or "hostname", and what > gethostname(2)/sethostname(2) manipulate, in order to notify the > administrator of the node which is contending to mount the filesystem. > > Signed-off-by: Nikitas Angelinas > Signed-off-by: Andrew Perepechko > Acked-by: Andreas Dilger Applied, thanks. - Ted