]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/nfsd/nfsctl.c
Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linux
[karo-tx-linux.git] / fs / nfsd / nfsctl.c
index 65ad0165a94f8b0f327861a98a5a46f393b7f452..36b2af931e06d1d1a7c3dc613747a58433350811 100644 (file)
@@ -1216,6 +1216,8 @@ static __net_init int nfsd_init_net(struct net *net)
                goto out_idmap_error;
        nn->nfsd4_lease = 90;   /* default lease time */
        nn->nfsd4_grace = 90;
+       nn->clverifier_counter = prandom_u32();
+       nn->clientid_counter = prandom_u32();
        return 0;
 
 out_idmap_error: