From 2b276ba35ce323fccad8fb67e8bba2996f383f66 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Fri, 29 Aug 2003 06:16:52 +0000 Subject: [PATCH] Sync some dmapi-related header changes with userspace, all a no-op for the user tools --- include/xfs_mount.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/xfs_mount.h b/include/xfs_mount.h index efdc62734..c835205a2 100644 --- a/include/xfs_mount.h +++ b/include/xfs_mount.h @@ -95,8 +95,8 @@ typedef int (*xfs_send_data_t)(int, struct bhv_desc *, xfs_off_t, size_t, int, vrwlock_t *); typedef int (*xfs_send_mmap_t)(struct vm_area_struct *, uint); typedef int (*xfs_send_destroy_t)(struct bhv_desc *, dm_right_t); -typedef int (*xfs_send_namesp_t)(dm_eventtype_t, struct bhv_desc *, - dm_right_t, struct bhv_desc *, dm_right_t, +typedef int (*xfs_send_namesp_t)(dm_eventtype_t, struct vnode *, + dm_right_t, struct vnode *, dm_right_t, char *, char *, mode_t, int, int); typedef void (*xfs_send_unmount_t)(struct vfs *, struct vnode *, dm_right_t, mode_t, int, int); -- 2.47.2