From: Nathan Scott Date: Fri, 29 Aug 2003 06:16:52 +0000 (+0000) Subject: Sync some dmapi-related header changes with userspace, all a no-op for the user tools X-Git-Tag: v2.6.0~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b276ba35ce323fccad8fb67e8bba2996f383f66;p=thirdparty%2Fxfsprogs-dev.git Sync some dmapi-related header changes with userspace, all a no-op for the user tools --- 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);