]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/nfs/nfsroot.c
NFS: Update MNT and MNT3 reply decoding functions
[karo-tx-linux.git] / fs / nfs / nfsroot.c
index 24c1b93874c456c9464d46509df0754200a8d3e1..8c55b27c0de493c443c574966c26723484847446 100644 (file)
@@ -490,6 +490,7 @@ static int __init root_nfs_get_handle(void)
 {
        struct nfs_fh fh;
        struct sockaddr_in sin;
+       unsigned int auth_flav_len = 0;
        struct nfs_mount_request request = {
                .sap            = (struct sockaddr *)&sin,
                .salen          = sizeof(sin),
@@ -499,6 +500,7 @@ static int __init root_nfs_get_handle(void)
                .protocol       = (nfs_data.flags & NFS_MOUNT_TCP) ?
                                        XPRT_TRANSPORT_TCP : XPRT_TRANSPORT_UDP,
                .fh             = &fh,
+               .auth_flav_len  = &auth_flav_len,
        };
        int status;