OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-465-g7c22b91

Gerrit Code Review gerrit@openafs.org
Tue, 28 Apr 2026 15:59:03 -0400


The following commit has been merged in the master branch:
commit 7c22b918835e4d2b24546048df921f61e4454f4a
Author: Jeffrey Altman <jaltman@auristor.com>
Date:   Sun Sep 24 17:35:43 2023 -0400

    config: Document ioctl/pioctl namespace management
    
    The ioctl and pioctl namespaces are separated into multiple
    code groups with distinct management rules for each code group.
    This commit documents the code groups used by OpenAFS.
    New OpenAFS ioctl and pioctl codes should be introduced into
    the 'O' (OpenAFS) code group unless the ioctl or pioctl is
    being coordinated with another implementation.
    
    Change-Id: I5a8a6345fba15a9b556cc0de988c30da1f2c803f
    Link: https://registrar.central.org/pioctls.txt
    Reviewed-on: https://gerrit.openafs.org/15581
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 src/config/vioc.h | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 70 insertions(+), 4 deletions(-)

-- 
OpenAFS Master Repository