aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2003-12-05 06:28:12 +0000
committerNathan Scott <nathans@sgi.com>2003-12-05 06:28:12 +0000
commite565c024c022ff992e6a65a69b33e6bd693b477c (patch)
treef1077dc832c3792856672644a3433fbf30ee3150
parent0c8c151493ad2e29295ea5b7d81f379e41b3069c (diff)
downloaddmapi-dev-e565c024c022ff992e6a65a69b33e6bd693b477c.tar.gz
Sync up with recent kernel changes, noop for userspace
-rw-r--r--include/dmapi_kern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dmapi_kern.h b/include/dmapi_kern.h
index 3744e19..8813e83 100644
--- a/include/dmapi_kern.h
+++ b/include/dmapi_kern.h
@@ -75,14 +75,14 @@ struct xfs_handle_t;
int dm_send_data_event(
dm_eventtype_t event,
- struct bhv_desc *bdp,
+ struct vnode *vp,
dm_right_t vp_right,
xfs_off_t off,
size_t len,
int flags);
int dm_send_destroy_event(
- struct bhv_desc *bdp,
+ struct vnode *vp,
dm_right_t vp_right);
int dm_send_mount_event(