SOLARIS: Reorder definitions for vnode callbacks 93/12693/3
authorAndrew Deason <adeason@sinenomine.net>
Thu, 10 Aug 2017 01:05:56 +0000 (20:05 -0500)
committerBenjamin Kaduk <kaduk@mit.edu>
Fri, 15 Feb 2019 14:14:21 +0000 (09:14 -0500)
commit41a22dbf719629e0977fa963b3d19c6594d0d729
tree177dd352f1421abb2f662f2fd7f024e5b68769f6
parentaa46af6ae35e4f026a8ed94012c3bc18c954de23
SOLARIS: Reorder definitions for vnode callbacks

Currently, many of the functions for our vnode ops are
forward-declared, right before they are referenced in the relevant
vnop template array. Move the function definitions to before the
references, so we can simply get rid of the forward declarations.

These functions are also all only referenced in this file, so declare
them 'static'.

Change-Id: Icd82b6d6176342e2576ce333b40c4b79e8c692c1
Reviewed-on: https://gerrit.openafs.org/12693
Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Marcio Brito Barbosa <mbarbosa@sinenomine.net>
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Tested-by: Mark Vitale <mvitale@sinenomine.net>
src/afs/SOLARIS/osi_vnodeops.c