sunrpc: mark all struct svc_version instances as const
Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Trond Myklebust <trond.myklebust@primarydata.com>
This commit is contained in:
@@ -225,8 +225,8 @@ static inline void nfs_fs_proc_exit(void)
|
||||
#endif
|
||||
|
||||
/* callback_xdr.c */
|
||||
extern struct svc_version nfs4_callback_version1;
|
||||
extern struct svc_version nfs4_callback_version4;
|
||||
extern const struct svc_version nfs4_callback_version1;
|
||||
extern const struct svc_version nfs4_callback_version4;
|
||||
|
||||
struct nfs_pageio_descriptor;
|
||||
/* pagelist.c */
|
||||
|
Reference in New Issue
Block a user