From: Al Viro Date: Thu, 24 Sep 2009 18:58:42 +0000 (-0400) Subject: nfs[23] tcp breakage in mount with binary options X-Git-Tag: v2.6.32-rc1~50^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36dd2fdb37efdab15844eb72026f8ce3aa0fb560;p=pandora-kernel.git nfs[23] tcp breakage in mount with binary options We forget to set nfs_server.protocol in tcp case when old-style binary options are passed to mount. The thing remains zero and never validated afterwards. As the result, we hit BUG in fs/nfs/client.c:588. Breakage has been introduced in NFS: Add nfs_alloc_parsed_mount_data merged yesterday... Signed-off-by: Al Viro Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed