diff options
Diffstat (limited to 'debian/patches/0005-libtrivfs-lock-less-reference-counting-for-trivfs_pr.patch')
-rw-r--r-- | debian/patches/0005-libtrivfs-lock-less-reference-counting-for-trivfs_pr.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/0005-libtrivfs-lock-less-reference-counting-for-trivfs_pr.patch b/debian/patches/0005-libtrivfs-lock-less-reference-counting-for-trivfs_pr.patch index 917eece7..f269ee2b 100644 --- a/debian/patches/0005-libtrivfs-lock-less-reference-counting-for-trivfs_pr.patch +++ b/debian/patches/0005-libtrivfs-lock-less-reference-counting-for-trivfs_pr.patch @@ -1,10 +1,10 @@ -From 7eea4685744efdc62f843f88b3abfad4ccd9f699 Mon Sep 17 00:00:00 2001 +From 06c8ddf64b015b150a41a6af8ba8a6cf9d20fef0 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 5/5] libtrivfs: lock-less reference counting for +Subject: [PATCH 05/11] libtrivfs: lock-less reference counting for trivfs_peropen objects -* libtrivfs/trivfs.h (struct trivfs_protid): Use refcount_t for field +* libtrivfs/trivfs.h (struct trivfs_peropen): Use refcount_t for field refcnt. (struct trivfs_control): Remove unused field lock. * libtrivfs/cntl-create.c (trivfs_create_control): Drop the mutex |