OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-569-gc0504fc
Gerrit Code Review
gerrit@openafs.org
Mon, 24 Aug 2026 12:32:19 -0400
The following commit has been merged in the master branch:
commit c0504fc9a0f914f8910abf41e049368a48cc9919
Author: Junsouh Hong <junsouh@gmail.com>
Date: Mon Jul 20 08:51:06 2026 -0500
fs: Split out aclu_ParseEmptyAcl() from EmptyAcl()
Change EmptyAcl() to be able to return errors, and rename it to
aclu_ParseEmptyAcl(). Create a new function EmptyAcl() that behaves like
the old EmptyAcl(), implemented in terms of aclu_ParseEmptyAcl().
The only possible error returned is ENOMEM, if we fail to allocate
memory.
Change-Id: Ia4eae701a5d0bee432a74860583c380a2bbc28a4
Co-authored-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-on: https://gerrit.openafs.org/16931
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Marcio Brito Barbosa <mbarbosa@sinenomine.net>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
src/venus/fs.c | 48 ++++++++++++++++++++++++++++++++++++++----------
1 file changed, 38 insertions(+), 10 deletions(-)
--
OpenAFS Master Repository