OpenAFS Master Repository branch, openafs-stable-1_8_x, updated. openafs-stable-1_8_0pre3-4-gd9bb508

Gerrit Code Review gerrit@openafs.org
Tue, 26 Dec 2017 02:05:35 -0500


The following commit has been merged in the openafs-stable-1_8_x branch:
commit d9bb508e07f32219679c0e696f07f95e3b48886c
Author: Marcio Barbosa <mbarbosa@sinenomine.net>
Date:   Thu Oct 12 12:42:40 2017 -0300

    macos: make the OpenAFS client aware of APFS
    
    Apple has introduced a new file system called APFS. Starting from High
    Sierra, APFS replaces Mac OS Extended (HFS+) as the default file system
    for solid-state drives and other flash storage devices.
    
    The current OpenAFS client is not aware of APFS. As a result, the
    installation of the current client into an APFS volume will panic the
    machine.
    
    To fix this problem, make the OpenAFS client aware of APFS.
    
    Reviewed-on: https://gerrit.openafs.org/12743
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    (cherry picked from commit 6e57b22642bafb177e0931b8fb24042707d6d62f)
    
    Change-Id: I60d2a57fae3ee227bb3327a5e18962f46b49c991
    Reviewed-on: https://gerrit.openafs.org/12827
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

 src/afs/DARWIN/osi_file.c    |    4 ++++
 src/afs/DARWIN/osi_machdep.h |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository