aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/rpc_pipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sunrpc/rpc_pipe.c')
-rw-r--r--net/sunrpc/rpc_pipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/rpc_pipe.c b/net/sunrpc/rpc_pipe.c
index 7f676bdf70d3..858a443f418f 100644
--- a/net/sunrpc/rpc_pipe.c
+++ b/net/sunrpc/rpc_pipe.c
@@ -930,7 +930,7 @@ void rpc_remove_cache_dir(struct dentry *dentry)
930/* 930/*
931 * populate the filesystem 931 * populate the filesystem
932 */ 932 */
933static struct super_operations s_ops = { 933static const struct super_operations s_ops = {
934 .alloc_inode = rpc_alloc_inode, 934 .alloc_inode = rpc_alloc_inode,
935 .destroy_inode = rpc_destroy_inode, 935 .destroy_inode = rpc_destroy_inode,
936 .statfs = simple_statfs, 936 .statfs = simple_statfs,