diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2015-03-22 09:09:58 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2015-03-22 09:09:58 +0300 |
commit | 7220bf84437c7124c7d55e55d14aa8b64abd5e1e (patch) | |
tree | 8aea6163181e69217b26b4a4bce5734b3f599ede /sys-fs/aufs/files/grsecurity-2.2.2.r1.patch | |
parent | 7ea63f88dd2bb980dc9c2d534aef0e90f7465198 (diff) |
a bit edited aufs kernel patch ebuild from mv repo
Diffstat (limited to 'sys-fs/aufs/files/grsecurity-2.2.2.r1.patch')
-rw-r--r-- | sys-fs/aufs/files/grsecurity-2.2.2.r1.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sys-fs/aufs/files/grsecurity-2.2.2.r1.patch b/sys-fs/aufs/files/grsecurity-2.2.2.r1.patch new file mode 100644 index 0000000..743b7bb --- /dev/null +++ b/sys-fs/aufs/files/grsecurity-2.2.2.r1.patch @@ -0,0 +1,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; + |