summaryrefslogtreecommitdiff
blob: 699419fd2480e9aa78747bb3b080d913d872279f (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
@@ -385,7 +385,11 @@
 	int (*swap_activate)(struct swap_info_struct *sis, struct file *file,
 				sector_t *span);
 	void (*swap_deactivate)(struct file *file);
-};
+}
+#ifdef CONFIG_GRKERNSEC
+__no_const
+#endif
+;
 
 extern const struct address_space_operations empty_aops;