mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
set storeproc for non-linux
forgot to push this with 0683c04a
Change-Id: Ifce009ed8b2877befc364b831a185126bf692ede
Reviewed-on: http://gerrit.openafs.org/1247
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
b80efa48f4
commit
57d8e45447
@ -273,7 +273,8 @@ struct storeOps rxfs_storeUfsOps = {
|
|||||||
rxfs_storeStatus,
|
rxfs_storeStatus,
|
||||||
rxfs_storePadd,
|
rxfs_storePadd,
|
||||||
rxfs_storeClose,
|
rxfs_storeClose,
|
||||||
rxfs_storeDestroy
|
rxfs_storeDestroy,
|
||||||
|
afs_GenericStoreProc
|
||||||
#else
|
#else
|
||||||
.prepare = rxfs_storeUfsPrepare,
|
.prepare = rxfs_storeUfsPrepare,
|
||||||
.read = rxfs_storeUfsRead,
|
.read = rxfs_storeUfsRead,
|
||||||
@ -284,6 +285,8 @@ struct storeOps rxfs_storeUfsOps = {
|
|||||||
.destroy = rxfs_storeDestroy,
|
.destroy = rxfs_storeDestroy,
|
||||||
#ifdef AFS_LINUX26_ENV
|
#ifdef AFS_LINUX26_ENV
|
||||||
.storeproc = afs_linux_storeproc
|
.storeproc = afs_linux_storeproc
|
||||||
|
#else
|
||||||
|
.storeproc = afs_GenericStoreProc
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user