diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-05-06 21:59:01 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-05-06 21:59:01 +0200 |
commit | f781e8ead80409cd61256d8cb8464538e4801661 (patch) | |
tree | 2ca64273b1b5762b31d85c5d1934c8a77e8081c6 /debian/patches/0004-libtrivfs-lock-less-reference-counting-for-trivfs_pr.patch | |
parent | fa85aba08e005ba948a52b7bc1ac815366c6c84f (diff) |
refresh the new lockless refcount patches
Diffstat (limited to 'debian/patches/0004-libtrivfs-lock-less-reference-counting-for-trivfs_pr.patch')
-rw-r--r-- | debian/patches/0004-libtrivfs-lock-less-reference-counting-for-trivfs_pr.patch | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/patches/0004-libtrivfs-lock-less-reference-counting-for-trivfs_pr.patch b/debian/patches/0004-libtrivfs-lock-less-reference-counting-for-trivfs_pr.patch index 3e76520a..40755616 100644 --- a/debian/patches/0004-libtrivfs-lock-less-reference-counting-for-trivfs_pr.patch +++ b/debian/patches/0004-libtrivfs-lock-less-reference-counting-for-trivfs_pr.patch @@ -1,4 +1,4 @@ -From fdfa3c69dd5fe5c5be89fa5e70a51dbfc6d61a88 Mon Sep 17 00:00:00 2001 +From d814cbdc92bd9e3c41bfc459ebf783a33133dcce Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Tue, 6 May 2014 19:07:13 +0200 Subject: [PATCH 4/4] libtrivfs: lock-less reference counting for trivfs_protid @@ -15,7 +15,6 @@ accordingly. * libtrivfs/protid-dup.c (trivfs_protid_dup): Likewise. * libtrivfs/cntl-create.c (trivfs_create_control): Drop the mutex initialization. - * libtrivfs/peropen-make.c (trivfs_make_peropen): Initialize refcnt. * libtrivfs/peropen-rele.c (trivfs_release_peropen): Adjust accordingly. * libtrivfs/protid-make.c (trivfs_start_protid): Likewise. Also, the |