OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-560-gb516405
Gerrit Code Review
gerrit@openafs.org
Thu, 13 Aug 2026 12:20:14 -0400
The following commit has been merged in the master branch:
commit b51640591f9141a8148cf34db6c90bca75b86050
Author: Junsouh Hong <junsouh@gmail.com>
Date: Sun Jul 19 22:14:04 2026 -0500
fs: Move aclu_StringifyRights*() into libacl
Move aclu_StringifyRights() and aclu_StringifyRightsDFS() from fs.c
into libacl and expose them as part of the library API, and update fs
to use the libacl implementations.
Add TAP tests for aclu_StringifyRights() covering parsing of common
rights masks. Do not add test cases for aclu_StringifyRightsDFS(),
since the DFS specific code is expected to be removed.
Remove the inclusion of afs/prs_fs.h for the PRSFS_* constants, in
addition to the local definitions of the DFS_* rights constants, since
aclu_StringifyRights*() were the only functions requiring them in fs.c
and they have now been moved to libacl.
Change-Id: I2a4892217b2a214a59c0fbb819226517a9dc982d
Co-authored-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-on: https://gerrit.openafs.org/16904
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Kailas Zadbuke <kailashsz@in.ibm.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Marcio Brito Barbosa <mbarbosa@sinenomine.net>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
src/libacl/acl.h | 11 ++++
src/libacl/aclutil.c | 110 ++++++++++++++++++++++++++++++++
src/libacl/liboafs_acl.la.sym | 2 +
src/venus/fs.c | 142 ------------------------------------------
tests/acl/util-t.c | 35 ++++++++++-
5 files changed, 157 insertions(+), 143 deletions(-)
--
OpenAFS Master Repository