diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-04-16 16:12:19 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-04-16 16:12:19 +0200 |
commit | 08f35d5a5b978a6461a5f92f2aeadf2b2a37ea45 (patch) | |
tree | f77d73c57c7785340e4c66f20e9e71f2cbc2ffa1 /debian/patches/0011-fixup_isofs.patch | |
parent | 5d93815af69fd98a5851d22ed48e25ade93ba3ff (diff) |
add patch series
Diffstat (limited to 'debian/patches/0011-fixup_isofs.patch')
-rw-r--r-- | debian/patches/0011-fixup_isofs.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/patches/0011-fixup_isofs.patch b/debian/patches/0011-fixup_isofs.patch new file mode 100644 index 00000000..20091dd1 --- /dev/null +++ b/debian/patches/0011-fixup_isofs.patch @@ -0,0 +1,27 @@ +From 12097a157de0532600aee3c8304aef90c4baed75 Mon Sep 17 00:00:00 2001 +From: Justus Winter <4winter@informatik.uni-hamburg.de> +Date: Wed, 15 Apr 2015 14:05:34 +0200 +Subject: [PATCH hurd 11/16] fixup_isofs + +--- + isofs/inode.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/isofs/inode.c b/isofs/inode.c +index 340bc9c..e79ebdd 100644 +--- a/isofs/inode.c ++++ b/isofs/inode.c +@@ -354,9 +354,9 @@ load_inode (struct node **npp, struct dirrect *record, + + pthread_rwlock_rdlock (&nodecache_lock); + inode_cache_find (id, npp); ++ pthread_rwlock_unlock (&nodecache_lock); + if (*npp) + return 0; +- pthread_rwlock_unlock (&nodecache_lock); + + /* Create a new node */ + dn = malloc (sizeof (struct disknode)); +-- +2.1.4 + |