diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-01-20 13:53:56 -0500 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-01-31 19:28:20 -0500 |
commit | a613fa168afc19179a7547fbba45644c5b6912bf (patch) | |
tree | 02db1b9ca905ff49d9811175607757e3a885325f /fs/nfs/internal.h | |
parent | 080b794ce5ad318ce34c52abaedf1bc6788a5abb (diff) |
SUNRPC: constify the rpc_program
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/internal.h')
-rw-r--r-- | fs/nfs/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/internal.h b/fs/nfs/internal.h index eda4cde40fb2..cdb121d3c6f4 100644 --- a/fs/nfs/internal.h +++ b/fs/nfs/internal.h | |||
@@ -145,7 +145,7 @@ extern int nfs_mount(struct nfs_mount_request *info); | |||
145 | extern void nfs_umount(const struct nfs_mount_request *info); | 145 | extern void nfs_umount(const struct nfs_mount_request *info); |
146 | 146 | ||
147 | /* client.c */ | 147 | /* client.c */ |
148 | extern struct rpc_program nfs_program; | 148 | extern const struct rpc_program nfs_program; |
149 | 149 | ||
150 | extern void nfs_cleanup_cb_ident_idr(void); | 150 | extern void nfs_cleanup_cb_ident_idr(void); |
151 | extern void nfs_put_client(struct nfs_client *); | 151 | extern void nfs_put_client(struct nfs_client *); |