summaryrefslogtreecommitdiff
blob: 743b7bb78e3406afe86b52a305828482d5fcb131 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- linux/include/linux/fs.h
+++ linux/include/linux/fs.h
@@ -619,7 +619,11 @@
 	int (*is_partially_uptodate) (struct page *, read_descriptor_t *,
 					unsigned long);
 	int (*error_remove_page)(struct address_space *, struct page *);
-};
+}
+#ifdef CONFIG_GRKERNSEC
+__no_const
+#endif
+;
 
 extern const struct address_space_operations empty_aops;