[GFS2] Mark file_operations const
[pandora-kernel.git] / fs / gfs2 / ops_file.h
index a2edce3..46302b5 100644 (file)
@@ -14,7 +14,7 @@ extern int gfs2_internal_read(struct gfs2_inode *ip,
                              struct file_ra_state *ra_state,
                              char *buf, loff_t *pos, unsigned size);
 
-extern struct file_operations gfs2_file_fops;
-extern struct file_operations gfs2_dir_fops;
+extern const struct file_operations gfs2_file_fops;
+extern const struct file_operations gfs2_dir_fops;
 
 #endif /* __OPS_FILE_DOT_H__ */