diff options
Diffstat (limited to 'fs/nfsd/nfssvc.c')
| -rw-r--r-- | fs/nfsd/nfssvc.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/fs/nfsd/nfssvc.c b/fs/nfsd/nfssvc.c index 063ae7de2c12..e02bd2783124 100644 --- a/fs/nfsd/nfssvc.c +++ b/fs/nfsd/nfssvc.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0  /*   * Central processing for nfsd.   * @@ -475,7 +476,7 @@ static int nfsd_get_default_max_blksize(void)  	return ret;  } -static struct svc_serv_ops nfsd_thread_sv_ops = { +static const struct svc_serv_ops nfsd_thread_sv_ops = {  	.svo_shutdown		= nfsd_last_thread,  	.svo_function		= nfsd,  	.svo_enqueue_xprt	= svc_xprt_do_enqueue, |