mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
afs: Add afs_osi_vget prototype
afs_osi_vget was called in a few different places, but it lacked a proper prototype. Add one in afs_prototypes.h. Change-Id: I74310bcee88a48ee98b8c2ec22fdbfda8d4e0324 Reviewed-on: https://gerrit.openafs.org/12703 Reviewed-by: Andrew Deason <adeason@sinenomine.net> Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Michael Meffie <mmeffie@sinenomine.net> Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
This commit is contained in:
parent
7ff6517b94
commit
b53952bc25
@ -553,6 +553,12 @@ extern void afsio_free(struct uio *auio);
|
||||
extern struct uio* afsio_partialcopy(struct uio *auio, size_t size);
|
||||
extern int afsio_skip(struct uio *auio, afs_int32 asize);
|
||||
|
||||
/* afs_osi_vget.c */
|
||||
#if !defined(AFS_LINUX_ENV) && !defined(AFS_DARWIN80_ENV)
|
||||
extern int afs_osi_vget(struct vcache **avcpp, struct fid *afidp,
|
||||
struct vrequest *areqp);
|
||||
#endif
|
||||
|
||||
/* afs_osi_vm.c */
|
||||
extern int osi_Active(struct vcache *avc);
|
||||
extern void osi_FlushPages(struct vcache *avc,
|
||||
|
Loading…
Reference in New Issue
Block a user