commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] Hurd branch, master, updated. v0.9-123-gf05b6ba


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. v0.9-123-gf05b6ba
Date: Mon, 15 Jan 2018 17:04:21 -0500 (EST)

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  f05b6bae5cbdf3c221eba05987dea7ab14e6524f (commit)
      from  104f3121f8005b426d4df77b2420cfe5837033d1 (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 f05b6bae5cbdf3c221eba05987dea7ab14e6524f
Author: Samuel Thibault <address@hidden>
Date:   Mon Jan 15 22:00:11 2018 +0100

    Revert "libdiskfs: Shutdown pagers on startup_dosync."
    
    This reverts commit 89a49ec8b3a847f3b770cff6a4a80b98b94ad7bf.
    
    There was a typo in diskfs_shutdown (FSYS_GOAWAY_FORCE || 
FSYS_GOAWAY_RECURSE)
    which was making it FSYS_GOAWAY_NOWAIT, and thus not actually syncing if
    there happens to be clients (it was then returning EBUSY). Fixing this into
    FSYS_GOAWAY_FORCE | FSYS_GOAWAY_RECURSE then makes it wait for clients (and
    NOWAIT is not supported), and there are very often some left, thus not
    syncing either.

-----------------------------------------------------------------------

Summary of changes:
 libdiskfs/init-startup.c | 34 +++++++++++++++++++++++++++++++++-
 1 file changed, 33 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
Hurd



reply via email to

[Prev in Thread] Current Thread [Next in Thread]