From: Kinglong Mee Date: Mon, 31 Aug 2015 02:53:33 +0000 (+0800) Subject: nfs: Fix truncated client owner id without proto type X-Git-Tag: omap-for-v4.3/fixes-rc1~78^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a70316caef7d158445e672e146eb9f1b8c1aeee;p=pandora-kernel.git nfs: Fix truncated client owner id without proto type The length of "Linux NFSv4.0 " is 14, not 10. Without this patch, I get a truncated client owner id as, "Linux NFSv4.0 ::1/::1" With this patch, "Linux NFSv4.0 ::1/::1 tcp" Fixes: a319268891 ("nfs: make nfs4_init_nonuniform_client_string use a dynamically allocated buffer") Signed-off-by: Kinglong Mee Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed