diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-08-20 08:28:20 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-08-20 08:28:20 +0200 |
commit | caacb74f2afcc89477861fd02957870992d151f8 (patch) | |
tree | 433fe9dffb20ee65579f85e0ccd0eba82b470b99 /debian | |
parent | 5237047c855c6f91a2c741e07b84ae080e93e45b (diff) |
drop merged patches
Diffstat (limited to 'debian')
-rw-r--r-- | debian/patches/fix-name-cache0001-libdiskfs-fix-parent-lookup-in-the-name-cache.patch | 26 | ||||
-rw-r--r-- | debian/patches/series | 2 |
2 files changed, 1 insertions, 27 deletions
diff --git a/debian/patches/fix-name-cache0001-libdiskfs-fix-parent-lookup-in-the-name-cache.patch b/debian/patches/fix-name-cache0001-libdiskfs-fix-parent-lookup-in-the-name-cache.patch deleted file mode 100644 index db5e018d..00000000 --- a/debian/patches/fix-name-cache0001-libdiskfs-fix-parent-lookup-in-the-name-cache.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 5af4b917f5f239579779e328ff74271d0414ba9d Mon Sep 17 00:00:00 2001 -From: Justus Winter <4winter@informatik.uni-hamburg.de> -Date: Fri, 14 Aug 2015 12:41:58 +0200 -Subject: [PATCH hurd] libdiskfs: fix parent lookup in the name cache - -* libdiskfs/name-cache.c (diskfs_check_lookup_cache): Drop stray negation. ---- - libdiskfs/name-cache.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/libdiskfs/name-cache.c b/libdiskfs/name-cache.c -index d8f86b1..e9fe27e 100644 ---- a/libdiskfs/name-cache.c -+++ b/libdiskfs/name-cache.c -@@ -355,7 +355,7 @@ diskfs_check_lookup_cache (struct node *dir, const char *name) - pthread_mutex_lock (&cache_lock); - found = lookup (dir->cache_id, name, key, &bucket, &i); - if (! found -- || ! bucket->node_cache_id[i] != id) -+ || bucket->node_cache_id[i] != id) - { - pthread_mutex_unlock (&cache_lock); - --- -2.1.4 - diff --git a/debian/patches/series b/debian/patches/series index 78bc2c79..bc7f5da8 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -70,4 +70,4 @@ introspection0005-libdiskfs-annotate-objects-managed-by-libports.patch introspection0006-libpager-annotate-objects-managed-by-libports.patch introspection0007-ext2fs-annotate-objects-managed-by-libports.patch introspection0008-utils-rpctrace-support-attaching-to-servers.patch -fix-name-cache0001-libdiskfs-fix-parent-lookup-in-the-name-cache.patch + |