commit | 9937347a1ee6a67e450cc9e90750ce0b10abfe75 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Sun Feb 19 08:44:07 2012 +0100 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Sun Feb 19 08:44:07 2012 +0100 |
tree | 051923a6fd655fb0dc0be0b90f7de117575a91a2 | |
parent | 0a702195234eb77c4097148285cccf7f095de9cf [diff] |
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 <Trond.Myklebust@netapp.com> Cc: Stanislav Kinsbursky <skinsbursky@parallels.com>