blob: 25e9a1eda1e39ecfa194eddd120b1e1f7be0981e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- linux/include/linux/fs.h
+++ linux/include/linux/fs.h
@@ -615,7 +615,7 @@
int (*is_partially_uptodate) (struct page *, read_descriptor_t *,
unsigned long);
int (*error_remove_page)(struct address_space *, struct page *);
-};
+} __no_const;
extern const struct address_space_operations empty_aops;
|