]> git.pld-linux.org Git - packages/aufs.git/commitdiff
- drop obsolete files
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 5 Jul 2009 17:15:01 +0000 (17:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aufs-disable-security_inode_permission.patch -> 1.3
    aufs-spin_lock.patch -> 1.2

aufs-disable-security_inode_permission.patch [deleted file]
aufs-spin_lock.patch [deleted file]

diff --git a/aufs-disable-security_inode_permission.patch b/aufs-disable-security_inode_permission.patch
deleted file mode 100644 (file)
index a24a103..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- aufs/fs/aufs25/i_op.c~     2008-02-25 00:47:13.000000000 +0100
-+++ aufs/fs/aufs25/i_op.c      2008-03-14 00:09:00.950713202 +0100
-@@ -70,7 +70,7 @@ static int h_permission(struct inode *h_
-               AuTraceErr(err);
-       }
--#if 1 /* todo: export? */
-+#if 0 /* todo: export? */
-       if (!err)
-               err = security_inode_permission(h_inode, mask, fake_nd,
-                                               dlgt);
diff --git a/aufs-spin_lock.patch b/aufs-spin_lock.patch
deleted file mode 100644 (file)
index 2ecf19b..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
---- aufs/fs/aufs25/cpup.c~     2008-05-26 06:04:48.000000000 +0200
-+++ aufs/fs/aufs25/cpup.c      2008-05-27 09:59:54.461647067 +0200
-@@ -31,14 +31,7 @@
- static void au_fsstack_copy_inode_size(struct inode *inode,
-                                      struct inode *h_inode)
- {
--      /* this spin_lock conflicts the new unionfs patch in -mm tree */
--#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 26) || !defined(MmTree)
--      spin_lock(&inode->i_lock);
-       fsstack_copy_inode_size(inode, h_inode);
--      spin_unlock(&inode->i_lock);
--#else
--      fsstack_copy_inode_size(inode, h_inode);
--#endif
- }
- void au_cpup_attr_timesizes(struct inode *inode)
This page took 0.037639 seconds and 4 git commands to generate.