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:
Marc Dionne 2011-01-29 11:14:50 -05:00 committed by Derrick Brashear
parent 338dcf5a55
commit fc26ba30c3
2 changed files with 1 additions and 2 deletions

View File

@ -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;

View File

@ -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,