mirror of
https://git.openafs.org/openafs.git
synced 2025-01-21 00:10:15 +00:00
ubik: make uphys_close static
This function is not used outside of phys.c, so make it private. Change-Id: Ie84864cd8a2c0f423af604e45cd406acecf05957 Reviewed-on: http://gerrit.openafs.org/4143 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Derrick Brashear <shadow@dementia.org> Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
This commit is contained in:
parent
338dcf5a55
commit
fc26ba30c3
@ -133,7 +133,7 @@ uphys_open(struct ubik_dbase *adbase, afs_int32 afid)
|
||||
/*!
|
||||
* \brief Close the file, maintaining ref count in cache structure.
|
||||
*/
|
||||
int
|
||||
static int
|
||||
uphys_close(int afd)
|
||||
{
|
||||
int i;
|
||||
|
@ -337,7 +337,6 @@ extern int ubikPrimaryAddrOnly; /* use only primary address */
|
||||
/* this extern gives the sync site's db version, with epoch of 0 if none yet */
|
||||
|
||||
/* phys.c */
|
||||
extern int uphys_close(int afd);
|
||||
extern int uphys_stat(struct ubik_dbase *adbase, afs_int32 afid,
|
||||
struct ubik_stat *astat);
|
||||
extern int uphys_read(struct ubik_dbase *adbase, afs_int32 afile,
|
||||
|
Loading…
Reference in New Issue
Block a user