diff options
Diffstat (limited to 'fs/nfsd/nfsctl.c')
-rw-r--r-- | fs/nfsd/nfsctl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfsd/nfsctl.c b/fs/nfsd/nfsctl.c index 2c215171c0eb..11b42c523f04 100644 --- a/fs/nfsd/nfsctl.c +++ b/fs/nfsd/nfsctl.c | |||
@@ -1476,6 +1476,7 @@ static __net_init int nfsd_init_net(struct net *net) | |||
1476 | 1476 | ||
1477 | atomic_set(&nn->ntf_refcnt, 0); | 1477 | atomic_set(&nn->ntf_refcnt, 0); |
1478 | init_waitqueue_head(&nn->ntf_wq); | 1478 | init_waitqueue_head(&nn->ntf_wq); |
1479 | seqlock_init(&nn->boot_lock); | ||
1479 | 1480 | ||
1480 | mnt = vfs_kern_mount(&nfsd_fs_type, SB_KERNMOUNT, "nfsd", NULL); | 1481 | mnt = vfs_kern_mount(&nfsd_fs_type, SB_KERNMOUNT, "nfsd", NULL); |
1481 | if (IS_ERR(mnt)) { | 1482 | if (IS_ERR(mnt)) { |