summaryrefslogtreecommitdiffstats
path: root/sys/nfs/nfs_fha.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/nfs/nfs_fha.h')
-rw-r--r--sys/nfs/nfs_fha.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/nfs/nfs_fha.h b/sys/nfs/nfs_fha.h
index ef5ada0..d3dd039 100644
--- a/sys/nfs/nfs_fha.h
+++ b/sys/nfs/nfs_fha.h
@@ -82,7 +82,7 @@ struct fha_info {
struct fha_callbacks {
rpcproc_t (*get_procnum)(rpcproc_t procnum);
int (*realign)(struct mbuf **mb, int malloc_flags);
- int (*get_fh)(fhandle_t *fh, int v3, struct mbuf **md, caddr_t *dpos);
+ int (*get_fh)(uint64_t *fh, int v3, struct mbuf **md, caddr_t *dpos);
int (*is_read)(rpcproc_t procnum);
int (*is_write)(rpcproc_t procnum);
int (*get_offset)(struct mbuf **md, caddr_t *dpos, int v3, struct
OpenPOWER on IntegriCloud