SOURCES (Titanium): linux-2.6-vs2.3.patch - updated for 2.6.25.8

hawk hawk at pld-linux.org
Mon Jun 23 09:46:32 CEST 2008


Author: hawk                         Date: Mon Jun 23 07:46:32 2008 GMT
Module: SOURCES                       Tag: Titanium
---- Log message:
- updated for 2.6.25.8

---- Files affected:
SOURCES:
   linux-2.6-vs2.3.patch (1.1.2.17.2.12 -> 1.1.2.17.2.13) 

---- Diffs:

================================================================
Index: SOURCES/linux-2.6-vs2.3.patch
diff -u SOURCES/linux-2.6-vs2.3.patch:1.1.2.17.2.12 SOURCES/linux-2.6-vs2.3.patch:1.1.2.17.2.13
--- SOURCES/linux-2.6-vs2.3.patch:1.1.2.17.2.12	Fri Jun 20 14:54:29 2008
+++ SOURCES/linux-2.6-vs2.3.patch	Mon Jun 23 09:46:25 2008
@@ -2446,10 +2446,10 @@
  	if (rc || !lower_new_dentry->d_inode)
  		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);
+@@ -423,7 +423,7 @@ static int ecryptfs_unlink(struct inode 
+ 	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) {
================================================================

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



More information about the pld-cvs-commit mailing list