From: Trond Myklebust Date: Sun, 19 Feb 2012 07:44:07 +0000 (+0100) Subject: NFS: Ensure that the nfs_client 'net' field is always set X-Git-Tag: v3.4-rc1~123^2~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9937347a1ee6a67e450cc9e90750ce0b10abfe75;p=pandora-kernel.git NFS: Ensure that the nfs_client 'net' field is always set Currently, the nfs_parsed_mount_data->net field is initialised in the nfs_parse_mount_options() function, which means that it only gets set if we're using text based mounts. The legacy binary mount interface is therefore broken. Fix is to initialise the ->net field in nfs_alloc_parsed_mount_data. Signed-off-by: Trond Myklebust Cc: Stanislav Kinsbursky --- Reading git-diff-tree failed