OpenAFS Master Repository branch, openafs-stable-1_8_x, updated. openafs-stable-1_8_15-6-g6a81d27
Gerrit Code Review
gerrit@openafs.org
Thu, 26 Mar 2026 12:07:55 -0400
The following commit has been merged in the openafs-stable-1_8_x branch:
commit 6a81d2779a8808e67a0a576171f14fb8c88a1da0
Author: Cheyenne Wills <cwills@sinenomine.net>
Date: Thu Feb 5 11:13:09 2026 -0700
Linux: Move afs_root()/_fill_super() in osi_vfsops
Move afs_root() and afs_fill_super() functions ahead of the code that
references them. For afs_fill_super(), this eliminates the need to have
the preprocessor conditionals around the forward declaration of
afs_fill_super().
Move the afs_fs_type structure towards the bottom of the file, so that
a data structure isn't intermixed with the functions.
There are no functional changes in this commit.
Reviewed-on: https://gerrit.openafs.org/16673
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Marcio Brito Barbosa <mbarbosa@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
(cherry picked from commit a369df49f842b6f269b8fa2710176a1e9ff92591)
Change-Id: I80ae5a6264b6e2c2e83a408f20cab4571af8f280
Reviewed-on: https://gerrit.openafs.org/16706
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Marcio Brito Barbosa <mbarbosa@sinenomine.net>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
src/afs/LINUX/osi_vfsops.c | 206 +++++++++++++++++++++------------------------
1 file changed, 98 insertions(+), 108 deletions(-)
--
OpenAFS Master Repository