OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-3-g2f96f95
Gerrit Code Review
gerrit@openafs.org
Thu, 14 Nov 2024 10:39:45 -0500
The following commit has been merged in the master branch:
commit 2f96f95229b997a1b523f84fcb20b0d2082f0849
Author: Cheyenne Wills <cwills@sinenomine.net>
Date: Thu Nov 7 16:59:41 2024 -0700
Linux: Refactor afs_linux_write_begin() variants
The function afs_linux_write_begin() has 2 preprocessor selected
implementations, one to handle the case where write_begin has a flag
parameter and the other where it doesn't.
Refactor the code to combine the 2 implementations using preprocessor
conditionals for the function declaration and within the body of the
function as needed.
There are no functional changes.
This refactoring is in preparation for additional changes that will be
made to the afs_linux_write_begin() function.
Change-Id: I5389ea562d834d847bc7413e6f58dc3be2e5aa31
Reviewed-on: https://gerrit.openafs.org/15897
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
Reviewed-by: Marcio Brito Barbosa <mbarbosa@sinenomine.net>
src/afs/LINUX/osi_vnodeops.c | 33 ++++++++-------------------------
1 file changed, 8 insertions(+), 25 deletions(-)
--
OpenAFS Master Repository