OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-451-g0502689
Gerrit Code Review
gerrit@openafs.org
Tue, 21 Apr 2026 15:27:47 -0400
The following commit has been merged in the master branch:
commit 0502689fb275e5026f06093f321e641ec6e23e1d
Author: Junsouh Hong <junsouh@gmail.com>
Date: Tue Apr 7 23:20:35 2026 -0400
afsio: Add -synthesize option to fidwrite, append, and fidappend
The -synthesize option was missing from fidwrite, append, and fidappend,
despite the fact that write has it, and the fact that -synthesize is
compatible with fidwrite/append/fidappend already.
Add missing cmd_AddParm for -synthesize to fidwrite, append, fidappend,
establishing consistency with write.
Change-Id: I353169581f5cdc426fc9e08e2e77a7a8496da83e
Reviewed-on: https://gerrit.openafs.org/16762
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
src/venus/afsio.c | 6 ++++++
1 file changed, 6 insertions(+)
--
OpenAFS Master Repository