OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-305-g32bb900

Gerrit Code Review gerrit@openafs.org
Fri, 16 Feb 2024 00:36:49 -0500


The following commit has been merged in the master branch:
commit 32bb90047782f41df521bba5ab4aba8b4ed34203
Author: Cheyenne Wills <cwills@sinenomine.net>
Date:   Thu Feb 8 16:10:57 2024 -0700

    afs: Remove afs_DbgDisconFiles()
    
    The function afs_DbgDisconFiles() is not referenced anywhere within the
    source tree.
    
    Remove the function afs_DbgDisconFiles().
    
    The commit: 'disconnected-rw-20080922' (433afd4779) introduced
    afs_DbgDisconFiles(), but the function was never used.
    
    This function is flagged due to a missing prototype when building
    against a Linux 6.8 kernel (which sets the -Wmissing-declarations and
    -Wmissing-prototypes compiler flags as default). Linux 6.8 commit:
     'Makefile.extrawarn: turn on missing-prototypes globally' (0fcb70851f).
    
    When building against a kernel with CONFIG_WERROR=y, the build fails.
    
    Change-Id: Ib28eb6a167c6add2639f5db0dee8709465b02909
    Reviewed-on: https://gerrit.openafs.org/15640
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

 src/afs/afs_disconnected.c | 31 -------------------------------
 1 file changed, 31 deletions(-)

-- 
OpenAFS Master Repository