]> asedeno.scripts.mit.edu Git - linux.git/commit
NFS: Constify mount argument match tables
authorDavid Howells <dhowells@redhat.com>
Tue, 10 Dec 2019 12:31:05 +0000 (07:31 -0500)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Wed, 15 Jan 2020 15:15:17 +0000 (10:15 -0500)
commite0a626b1247496971dfbed35d104f77e286c70bb
treeb3a52fb0eff2c56a24c68fe662a07e83377d38b6
parent9954bf92c0cddd50a2a470be302e1c1ffdf21d42
NFS: Constify mount argument match tables

The mount argument match tables should never be altered so constify them.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/fs_context.c