summaryrefslogtreecommitdiff
path: root/libdiskfs
diff options
context:
space:
mode:
Diffstat (limited to 'libdiskfs')
-rw-r--r--libdiskfs/io-map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/io-map.c b/libdiskfs/io-map.c
index 413be4e5..1820927c 100644
--- a/libdiskfs/io-map.c
+++ b/libdiskfs/io-map.c
@@ -30,7 +30,7 @@ S_io_map (struct protid *cred,
return EOPNOTSUPP;
*rdobj = diskfs_get_filemap (cred->po->np);
- *rdtype = *wrtype = MACH_MSG_TYPE_MAKE_SEND;
+ *rdtype = *wrtype = MACH_MSG_TYPE_COPY_SEND;
*wrobj = *rdobj;
return 0;
}