OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-79-g9d42150

Gerrit Code Review gerrit@openafs.org
Thu, 2 Sep 2021 18:38:40 -0400


The following commit has been merged in the master branch:
commit 9d42150b7bf55cd1813d974cc4bba9233e38dcde
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Wed Aug 18 18:29:09 2021 -0500

    vol: Remove unused ihandle macros
    
    All of these macros are not used anywhere in the tree; get rid of
    them. Mostly this is just removing cruft, but removing
    FDH_READ/FDH_WRITE/FDH_SEEK also helps make sure we don't accidentally
    reintroduce code paths that use non-positional i/o.
    
    No functional change should be incurred by this commit.
    
    Change-Id: I9f6e885845e814cdb22d7c963e4ee6826cad8cea
    Reviewed-on: https://gerrit.openafs.org/14761
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

 src/vol/ihandle.h | 9 ---------
 1 file changed, 9 deletions(-)

-- 
OpenAFS Master Repository