Author: arekm                        Date: Mon Jun 16 21:09:15 2008 GMT
Module: SOURCES                       Tag: LINUX_2_6
---- Log message:
- up for 2.6.25.7

---- Files affected:
SOURCES:
   linux-2.6-vs2.3.patch (1.2.4.11.2.32 -> 1.2.4.11.2.33) 

---- Diffs:

================================================================
Index: SOURCES/linux-2.6-vs2.3.patch
diff -u SOURCES/linux-2.6-vs2.3.patch:1.2.4.11.2.32 
SOURCES/linux-2.6-vs2.3.patch:1.2.4.11.2.33
--- SOURCES/linux-2.6-vs2.3.patch:1.2.4.11.2.32 Mon Jun  9 22:48:28 2008
+++ SOURCES/linux-2.6-vs2.3.patch       Mon Jun 16 23:09:08 2008
@@ -2447,9 +2447,9 @@
                goto out_lock;
        rc = ecryptfs_interpose(lower_new_dentry, new_dentry, dir->i_sb, 0);
 @@ -428,7 +428,7 @@ static int ecryptfs_unlink(struct inode 
-       struct inode *lower_dir_inode = ecryptfs_inode_to_lower(dir);
+       struct dentry *lower_dir_dentry;
  
-       lock_parent(lower_dentry);
+       lower_dir_dentry = lock_parent(lower_dentry);
 -      rc = vfs_unlink(lower_dir_inode, lower_dentry);
 +      rc = vfs_unlink(lower_dir_inode, lower_dentry, NULL);
        if (rc) {
@@ -26425,8 +26425,8 @@
  VERSION = 2
  PATCHLEVEL = 6
  SUBLEVEL = 25
--EXTRAVERSION = .6
-+EXTRAVERSION = .6-vs2.3.x-vs2.3.0.34.11
+-EXTRAVERSION = .7
++EXTRAVERSION = .7-vs2.3.x-vs2.3.0.34.11
  NAME = Funky Weasel is Jiggy wit it
  
  # *DOCUMENTATION*
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/linux-2.6-vs2.3.patch?r1=1.2.4.11.2.32&r2=1.2.4.11.2.33&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to