From 658565fa9ffaa96b95192a3af1bd071830a3263a Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 7 Mar 1994 20:40:35 +0000 Subject: Formerly io-map.c.~6~ --- libdiskfs/io-map.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libdiskfs/io-map.c b/libdiskfs/io-map.c index 00d6bdcd..c7b00764 100644 --- a/libdiskfs/io-map.c +++ b/libdiskfs/io-map.c @@ -31,8 +31,9 @@ diskfs_S_io_map (struct protid *cred, mutex_lock (&cred->po->np->lock); *rdobj = diskfs_get_filemap (cred->po->np); + *wrobj = diskfs_get_filemap (cred->po->np); mutex_unlock (&cred->po->np->lock); - *rdtype = *wrtype = MACH_MSG_TYPE_MOVE_SEND; - *wrobj = *rdobj; + *rdtype = MACH_MSG_TYPE_MOVE_SEND; + *wrtype = MACH_MSG_TYPE_MOVE_SEND; return 0; } -- cgit v1.2.3