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-3528-g1fa4f9c


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. hurd-release-0-2-3528-g1fa4f9c
Date: Sun, 07 Jul 2013 21:39:57 +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  1fa4f9cb2e24794edb8dfcb5a566ec118f11763b (commit)
      from  272cf0e4d15d927b692387d17c4cfa35d023ae63 (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 1fa4f9cb2e24794edb8dfcb5a566ec118f11763b
Author: Samuel Thibault <address@hidden>
Date:   Sun Jul 7 23:33:50 2013 +0200

    Fix directory rename in firmlinked directory
    
    checkpath browses directories up to look against renaming a directory into
    itself. It used to assume being able to stop at the root of the filesystem. 
 But
    some per-opens have a shadow_root, where recursion has to stop too.
    
    This means checkpath does not check up to the root any more. This is fine, 
since
    we already prevent cross-shadow-root renames very early in dir-rename.c, we
    do not need to check outside of this shadow root.
    
    * libdiskfs/dir-renamed.c (checkpath): Also stop at the per-open 
shadow_root.

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

Summary of changes:
 libdiskfs/dir-renamed.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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