OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-583-gea0b3eb

Gerrit Code Review gerrit@openafs.org
Thu, 3 Sep 2026 12:56:25 -0400


The following commit has been merged in the master branch:
commit ea0b3ebd7aa63ea170d161924c24744c324b9cf1
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Thu Sep 3 11:10:27 2026 -0500

    audit: Declare osi_audit_check() static
    
    osi_audit_check() has a 'static' forward declaration, but the actual
    implementation of the function is not static. This function should
    indeed be static; it is only called inside audit.c. This doesn't appear
    to cause any practical problems, but this is confusing at best.
    
    The 'static' forward declaration was added in commit 7b0b6a0ce9 (Enhance
    audit logs to support SysV message queues), but that commit did not
    change the actual function definition.
    
    Change-Id: I4e2cc40a2b8a7e51af53c8615c5981ad141f02b5
    Reviewed-on: https://gerrit.openafs.org/16957
    Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
    Reviewed-by: Gaurav Saxena <gsaxena@sinenomine.net>
    Reviewed-by: Marcio Brito Barbosa <mbarbosa@sinenomine.net>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 src/audit/audit.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
OpenAFS Master Repository