This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Hurd".
The branch, master has been updated
via ccfdec8708430e4255b4d24424aafbd0d5f4c32d (commit)
from 14ca7bbf803d0b6f9defc28db9021dcb2e65384a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ccfdec8708430e4255b4d24424aafbd0d5f4c32d
Author: Samuel Thibault <[email protected]>
Date: Tue Nov 1 15:00:51 2016 +0100
Add missing spinlock initializers
Thanks Agustina Arzille for the report
* ext2fs/ext2fs.h (global_lock, modified_global_blocks_lock): Declare
extern
* ext2fs/ext2fs.c (global_lock, modified_global_blocks_lock): Define and
initialize to PTHREAD_SPINLOCK_INITIALIZER.
* libtreefs/xinl.c (treefs_node_refcnt_lock): Likewise.
-----------------------------------------------------------------------
Summary of changes:
ext2fs/ext2fs.c | 3 +++
ext2fs/ext2fs.h | 4 ++--
libtreefs/xinl.c | 2 ++
3 files changed, 7 insertions(+), 2 deletions(-)
hooks/post-receive
--
Hurd