Skip to content
Snippets Groups Projects
Commit 215fc6af authored by Nikitas Angelinas's avatar Nikitas Angelinas Committed by Theodore Ts'o
Browse files

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: default avatarAndreas Dilger <adilger@dilger.ca>
Signed-off-by: default avatarNikitas Angelinas <nikitas_angelinas@xyratex.com>
Signed-off-by: default avatarAndrew Perepechko <andrew_perepechko@xyratex.com>
Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent f472e026
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment