From: Nikitas Angelinas Date: Tue, 18 Oct 2011 14:49:51 +0000 (-0400) Subject: ext4: MMP: kmmpd should use nodename from init_uts_ns.name, not sysname X-Git-Tag: v3.2-rc1~85^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=215fc6af739d2dfdcad5496248d0d6302eb8a604;p=pandora-kernel.git ext4: MMP: kmmpd should use nodename from init_uts_ns.name, not sysname 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. Acked-by: Andreas Dilger Signed-off-by: Nikitas Angelinas Signed-off-by: Andrew Perepechko Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed