packages: kernel/kernel-aufs-support.patch - updated for .31

zbyniu zbyniu at pld-linux.org
Sun Sep 20 22:45:02 CEST 2009


Author: zbyniu                       Date: Sun Sep 20 20:45:02 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated for .31

---- Files affected:
packages/kernel:
   kernel-aufs-support.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/kernel/kernel-aufs-support.patch
diff -u packages/kernel/kernel-aufs-support.patch:1.2 packages/kernel/kernel-aufs-support.patch:1.3
--- packages/kernel/kernel-aufs-support.patch:1.2	Tue Mar 31 14:02:28 2009
+++ packages/kernel/kernel-aufs-support.patch	Sun Sep 20 22:44:57 2009
@@ -6,14 +6,11 @@
 diff -u -p -r1.2 -r1.4
 --- linux-2.6.23/fs/namei.c	29 Oct 2007 07:01:03 -0000	1.2
 +++ linux-2.6.23/fs/namei.c	29 Oct 2007 07:05:53 -0000	1.4
-@@ -2893,6 +2893,7 @@
+@@ -2827,3 +2827,4 @@ EXPORT_SYMBOL(vfs_symlink);
  EXPORT_SYMBOL(vfs_unlink);
  EXPORT_SYMBOL(dentry_unhash);
  EXPORT_SYMBOL(generic_readlink);
 +EXPORT_SYMBOL(deny_write_access);
- 
- /* to be mentioned only in INIT_TASK */
- struct fs_struct init_fs = {
 Index: linux-2.6.27/fs/ecryptfs/inode.c
 ===================================================================
 retrieving revision 1.1
@@ -72,11 +69,11 @@
 diff -u -p -r1.1 -r1.2
 --- linux-2.6.19/fs/super.c	20 Feb 2008 05:23:09 -0000	1.1
 +++ linux-2.6.19/fs/super.c	20 Feb 2008 05:24:15 -0000	1.2
-@@ -250,6 +250,7 @@ int fsync_super(struct super_block *sb)
+@@ -250,6 +250,7 @@ int sync_filesystem(struct super_block *sb)
  	__fsync_super(sb);
  	return sync_blockdev(sb->s_bdev);
  }
-+EXPORT_SYMBOL(fsync_super);
++EXPORT_SYMBOL(sync_filesystem);
  
  /**
   *	generic_shutdown_super	-	common helper for ->kill_sb()
@@ -137,3 +134,14 @@
  
  void file_move(struct file *file, struct list_head *list)
  {
+--- linux-2.6.31/fs/aufs/super.c~	2009-09-13 22:33:38.000000000 +0200
++++ linux-2.6.31/fs/aufs/super.c	2009-09-13 22:42:50.399275953 +0200
+@@ -390,7 +390,7 @@ static void au_fsync_br(struct super_blo
+ 		lockdep_off();
+ 		down_write(&h_sb->s_umount);
+ 		shrink_dcache_sb(h_sb);
+-		fsync_super(h_sb);
++		sync_filesystem(h_sb);
+ 		up_write(&h_sb->s_umount);
+ 		lockdep_on();
+ 	}
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/kernel-aufs-support.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list