[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] Hurd branch, master, updated. v0.8-85-g385d9bf
From: |
Samuel Thibault |
Subject: |
[SCM] Hurd branch, master, updated. v0.8-85-g385d9bf |
Date: |
Sun, 13 Nov 2016 23:45:54 +0000 (UTC) |
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 385d9bf1b81bc35f06cdf49f57bf65545339cbbb (commit)
from 345abeda66c8aa5cb4d121fc8455cbe8053b9db6 (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 385d9bf1b81bc35f06cdf49f57bf65545339cbbb
Author: Brent W. Baccala <address@hidden>
Date: Mon Nov 14 00:44:17 2016 +0100
libpager: fix returning error on data_unlock
The _pager_lock_object call needs to be asynchronous because libpager is
single threaded, at least in the sense that individual memory objects
only process one request at a time. In this case, we're processing a
data_unlock request, and would have to handle a lock_completed message
before lock_object would return (synchronously).
* libpager/data-unlock.c (_pager_S_memory_object_data_unlock): Pass 0 to
sync parameter of _pager_lock_object() call.
-----------------------------------------------------------------------
Summary of changes:
libpager/data-unlock.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Hurd
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] Hurd branch, master, updated. v0.8-85-g385d9bf,
Samuel Thibault <=