[PATCH] mark f_ops const in the inode
[linux-2.6-microblaze.git] / net / sunrpc / rpc_pipe.c
index aa4158b..cc673dd 100644 (file)
@@ -395,7 +395,7 @@ enum {
  */
 struct rpc_filelist {
        char *name;
-       struct file_operations *i_fop;
+       const struct file_operations *i_fop;
        int mode;
 };