packages: kernel/kernel-grsec_full.patch - drop consts for reiserfs

arekm arekm at pld-linux.org
Tue Jul 6 14:01:19 CEST 2010


Author: arekm                        Date: Tue Jul  6 12:01:20 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- drop consts for reiserfs

---- Files affected:
packages/kernel:
   kernel-grsec_full.patch (1.38 -> 1.39) 

---- Diffs:

================================================================
Index: packages/kernel/kernel-grsec_full.patch
diff -u packages/kernel/kernel-grsec_full.patch:1.38 packages/kernel/kernel-grsec_full.patch:1.39
--- packages/kernel/kernel-grsec_full.patch:1.38	Tue Jul  6 13:04:41 2010
+++ packages/kernel/kernel-grsec_full.patch	Tue Jul  6 14:01:12 2010
@@ -43281,63 +43281,6 @@
  						 * array */
  };
  int fiemap_fill_next_extent(struct fiemap_extent_info *info, u64 logical,
-@@ -1556,34 +1561,34 @@ extern ssize_t vfs_writev(struct file *,
- 		unsigned long, loff_t *);
- 
- struct super_operations {
--   	struct inode *(*alloc_inode)(struct super_block *sb);
--	void (*destroy_inode)(struct inode *);
-+   	struct inode *(* const alloc_inode)(struct super_block *sb);
-+	void (* const destroy_inode)(struct inode *);
- 
--   	void (*dirty_inode) (struct inode *);
--	int (*write_inode) (struct inode *, struct writeback_control *wbc);
--	void (*drop_inode) (struct inode *);
--	void (*delete_inode) (struct inode *);
--	void (*put_super) (struct super_block *);
--	void (*write_super) (struct super_block *);
--	int (*sync_fs)(struct super_block *sb, int wait);
--	int (*freeze_fs) (struct super_block *);
--	int (*unfreeze_fs) (struct super_block *);
--	int (*statfs) (struct dentry *, struct kstatfs *);
--	int (*remount_fs) (struct super_block *, int *, char *);
--	void (*clear_inode) (struct inode *);
--	void (*umount_begin) (struct super_block *);
-+   	void (* const dirty_inode) (struct inode *);
-+	int (* const write_inode) (struct inode *, struct writeback_control *wbc);
-+	void (* const drop_inode) (struct inode *);
-+	void (* const delete_inode) (struct inode *);
-+	void (* const put_super) (struct super_block *);
-+	void (* const write_super) (struct super_block *);
-+	int (* const sync_fs)(struct super_block *sb, int wait);
-+	int (* const freeze_fs) (struct super_block *);
-+	int (* const unfreeze_fs) (struct super_block *);
-+	int (* const statfs) (struct dentry *, struct kstatfs *);
-+	int (* const remount_fs) (struct super_block *, int *, char *);
-+	void (* const clear_inode) (struct inode *);
-+	void (* const umount_begin) (struct super_block *);
--	int (*writeback_inodes)(struct super_block *sb,
-+	int (* const writeback_inodes)(struct super_block *sb,
- 				struct bdi_writeback *wb,
- 				struct writeback_control *wbc);
--	void (*sync_inodes) (struct super_block *sb,
-+	void (* const sync_inodes) (struct super_block *sb,
- 				struct writeback_control *wbc);
--	int (*show_options)(struct seq_file *, struct vfsmount *);
--	int (*show_stats)(struct seq_file *, struct vfsmount *);
-+	int (* const show_options)(struct seq_file *, struct vfsmount *);
-+	int (* const show_stats)(struct seq_file *, struct vfsmount *);
- #ifdef CONFIG_QUOTA
--	ssize_t (*quota_read)(struct super_block *, int, char *, size_t, loff_t);
--	ssize_t (*quota_write)(struct super_block *, int, const char *, size_t, loff_t);
-+	ssize_t (* const quota_read)(struct super_block *, int, char *, size_t, loff_t);
-+	ssize_t (* const quota_write)(struct super_block *, int, const char *, size_t, loff_t);
- #endif
--	int (*bdev_try_to_free_page)(struct super_block*, struct page*, gfp_t);
-+	int (* const bdev_try_to_free_page)(struct super_block*, struct page*, gfp_t);
- };
- 
- /*
 diff -urNp linux-2.6.34/include/linux/fs_struct.h linux-2.6.34/include/linux/fs_struct.h
 --- linux-2.6.34/include/linux/fs_struct.h	2010-05-16 17:17:36.000000000 -0400
 +++ linux-2.6.34/include/linux/fs_struct.h	2010-07-01 20:45:16.000000000 -0400
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/kernel-grsec_full.patch?r1=1.38&r2=1.39&f=u



More information about the pld-cvs-commit mailing list