From: Dan Smith Date: Tue, 16 Jun 2009 22:33:33 +0000 (-0700) Subject: utsname.h: make new_utsname fields use the proper length constant X-Git-Tag: v2.6.31-rc1~299^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7d932af06e8eee2163627d19898e18da5635449;p=pandora-kernel.git utsname.h: make new_utsname fields use the proper length constant The members of the new_utsname structure are defined with magic numbers that *should* correspond to the constant __NEW_UTS_LEN+1. Everywhere else, code assumes this and uses the constant, so this patch makes the structure match. Originally suggested by Serge here: https://lists.linux-foundation.org/pipermail/containers/2009-March/016258.html Signed-off-by: Dan Smith Acked-by: Serge Hallyn Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed