mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
volser: apply static keyword to VolPartitionInfo definition
The function declaration was already marked as static; mark the definition as well for consistency (and consistency with the other helpers in this file). Change-Id: I642db1d27efd34ab2a09f7299791c19d07b1f923 Reviewed-on: https://gerrit.openafs.org/13321 Reviewed-by: Michael Meffie <mmeffie@sinenomine.net> Reviewed-by: Benjamin Kaduk <kaduk@mit.edu> Tested-by: BuildBot <buildbot@rampaginggeek.com>
This commit is contained in:
parent
dcce956df4
commit
0787a2c8ae
@ -407,7 +407,7 @@ SAFSVolPartitionInfo64(struct rx_call *acid, char *pname, struct diskPartition64
|
||||
return code;
|
||||
}
|
||||
|
||||
afs_int32
|
||||
static afs_int32
|
||||
VolPartitionInfo(struct rx_call *acid, char *pname, struct diskPartition64
|
||||
*partition)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user