OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_22_1-3-g0497ebe

Gerrit Code Review gerrit@openafs.org
Thu, 1 Feb 2018 06:44:35 -0500


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 0497ebe286e2f1a59ccebe0b755a9415d405b876
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)
    
    Reviewed-on: https://gerrit.openafs.org/12827
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    (cherry picked from commit d9bb508e07f32219679c0e696f07f95e3b48886c)
    
    Change-Id: I4495deb80f946a21dffc6bcac9f3e2f2a45d9590
    Reviewed-on: https://gerrit.openafs.org/12833
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Marcio Brito Barbosa <mbarbosa@sinenomine.net>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>

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

-- 
OpenAFS Master Repository