const: mark remaining super_operations const
[linux-2.6-block.git] / net / sunrpc / rpc_pipe.c
index 7f676bdf70d3c1a44011bf33ea2e7f80930e90ab..858a443f418fcf108070736b179eb87a19a38417 100644 (file)
@@ -930,7 +930,7 @@ void rpc_remove_cache_dir(struct dentry *dentry)
 /*
  * populate the filesystem
  */
-static struct super_operations s_ops = {
+static const struct super_operations s_ops = {
        .alloc_inode    = rpc_alloc_inode,
        .destroy_inode  = rpc_destroy_inode,
        .statfs         = simple_statfs,