commit-hurd
[Top][All Lists]
Advanced

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

[SCM] Hurd branch, master, updated. hurd-release-0-2-3521-g18affff


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. hurd-release-0-2-3521-g18affff
Date: Sat, 29 Jun 2013 19:01:17 +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  18affff4633752370895e39e23a2c7e0f30bfc02 (commit)
      from  7f52121e6510a8ca3424089b53844776a2ae01d7 (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 18affff4633752370895e39e23a2c7e0f30bfc02
Author: Justus Winter <address@hidden>
Date:   Sat Jun 29 20:59:41 2013 +0200

    sutils: fix file_name_lookup_carefully
    
    file_name_lookup_carefully is like file_name_lookup but tries hard to
    avoid starting any passive translators while doing the lookup. The
    callback contains code to get a new handle to the root if it
    encounters a translator, but this code was not being executed if the
    node had no record of an passive translator, just an active one.
    
    Fix the callback by dropping the test for a passive translator. AIUI
    the current check for a passive translator makes no sense, as the code
    is supposed to fail on encountering a passive translator.
    
    This fixes lookups inside translators that have no passive
    translator. For example if /run is a tmpfs started only as active
    translator, touch /run/lock && mount tmpfs -t tmpfs /run/lock -o
    size=5M would fail.
    
    * sutils/clookup.c (lookup): Drop the test for an passive translator.

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

Summary of changes:
 sutils/clookup.c |   50 ++++++++++++++++++--------------------------------
 1 files changed, 18 insertions(+), 32 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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