OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-274-gada9418
Gerrit Code Review
gerrit@openafs.org
Thu, 24 Jul 2025 11:49:30 -0400
The following commit has been merged in the master branch:
commit ada941826b46a6cf7817aada819896163324ec92
Author: Andrew Deason <adeason@sinenomine.net>
Date: Sat May 17 15:50:59 2025 -0500
afs: Fix style for XSTATS_* macros
Fix a few style issues with our XSTATS_* macros in afs_stats.h that have
crept up over the years:
- Surround the macros with 'do { } while (0)' so they expand to a single
statement. (Except for XSTATS_DECLS, since that consists of
declarations.)
- Surround macro arguments with parentheses.
- Fix various style/indentation issues.
Change-Id: I554b34de4892f21ca19769e7f189c9eac6ef8d43
Reviewed-on: https://gerrit.openafs.org/16470
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
src/afs/afs_stats.h | 40 ++++++++++++++++++++++++----------------
1 file changed, 24 insertions(+), 16 deletions(-)
--
OpenAFS Master Repository