SOURCES: linux-2.6-unionfs-2.1.1.patch - more vserver hacks
baggins
baggins at pld-linux.org
Tue Aug 21 19:07:43 CEST 2007
Author: baggins Date: Tue Aug 21 17:07:43 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- more vserver hacks
---- Files affected:
SOURCES:
linux-2.6-unionfs-2.1.1.patch (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/linux-2.6-unionfs-2.1.1.patch
diff -u SOURCES/linux-2.6-unionfs-2.1.1.patch:1.2 SOURCES/linux-2.6-unionfs-2.1.1.patch:1.3
--- SOURCES/linux-2.6-unionfs-2.1.1.patch:1.2 Tue Aug 21 18:33:00 2007
+++ SOURCES/linux-2.6-unionfs-2.1.1.patch Tue Aug 21 19:07:37 2007
@@ -10568,7 +10568,7 @@
+ /* avoid destroying the lower inode if the file is in use */
+ dget(lower_dentry);
+ if (!(err = is_robranch(dentry)))
-+ err = vfs_rmdir(lower_dir_dentry->d_inode, lower_dentry);
++ err = vfs_rmdir(lower_dir_dentry->d_inode, lower_dentry, NULL);
+ dput(lower_dentry);
+
+ fsstack_copy_attr_times(dir, lower_dir_dentry->d_inode);
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/linux-2.6-unionfs-2.1.1.patch?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list