[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] Hurd branch, master, updated. v0.7-68-gfb08495
From: |
Justus Winter |
Subject: |
[SCM] Hurd branch, master, updated. v0.7-68-gfb08495 |
Date: |
Sun, 07 Feb 2016 16:30:10 +0000 |
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 fb08495170d43a9382e508c9f65f884576c4aa7c (commit)
via afea5285b0e40b68f97b47f0f0edc471b554fb34 (commit)
from 35ae0168bbdae2eb7029262f49d394046a67860f (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 fb08495170d43a9382e508c9f65f884576c4aa7c
Author: Flavio Cruz <address@hidden>
Date: Sun Feb 7 02:04:34 2016 -0500
Remove libfshelp/trans.h and libfshelp/locks.h.
* libfshelp/locks.h: Remove.
* libfshelp/trans.h: Remove. struct transboot is not used anywhere.
* libfshelp/fetch-root.c: Adjust includes.
* libfshelp/lock-acquire.c: Likewise.
* libfshelp/lock-init.c: Likewise.
commit afea5285b0e40b68f97b47f0f0edc471b554fb34
Author: Flavio Cruz <address@hidden>
Date: Sun Feb 7 01:33:00 2016 -0500
Use refcount_t for peropen reference counting in libnetfs.
* libnetfs/netfs.h: Use refcount_t.
* libnetfs/make-peropen.c: Initialize to 1 with refcount_init just like in
libdiskfs.
* libnetfs/make-protid.c: Don't increment the count here. Do it like
libdiskfs.
* libnetfs/io-duplicate.c: Add refcount_ref since netfs_make_protid no
longer increments the refcount.
* libnetfs/io-reauthenticate.c: Likewise.
* libnetfs/io-restrict-auth.c: Likewise.
* libnetfs/release-peropen.c: Dereference without locking.
-----------------------------------------------------------------------
Summary of changes:
libfshelp/fetch-root.c | 9 ++++++---
libfshelp/lock-acquire.c | 5 ++++-
libfshelp/lock-init.c | 4 +++-
libfshelp/locks.h | 28 ----------------------------
libfshelp/trans.h | 32 --------------------------------
libnetfs/io-duplicate.c | 1 +
libnetfs/io-reauthenticate.c | 2 ++
libnetfs/io-restrict-auth.c | 2 ++
libnetfs/make-peropen.c | 2 +-
libnetfs/make-protid.c | 1 -
libnetfs/netfs.h | 2 +-
libnetfs/release-peropen.c | 38 ++++++++++++++++++--------------------
12 files changed, 38 insertions(+), 88 deletions(-)
delete mode 100644 libfshelp/locks.h
delete mode 100644 libfshelp/trans.h
hooks/post-receive
--
Hurd
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] Hurd branch, master, updated. v0.7-68-gfb08495,
Justus Winter <=