aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>1998-07-05 20:33:18 +0000
committerJulian Elischer <julian@FreeBSD.org>1998-07-05 20:33:18 +0000
commit596f8506ad6a45601188efe9d7f55868df5d7c58 (patch)
tree19a1d81cf500b4d3cd627a1808a84b9fca628e09 /sys
parentbe90e52a121fc189f967aa2bae9d7086e7d10aa2 (diff)
downloadsrc-596f8506ad6a45601188efe9d7f55868df5d7c58.tar.gz
src-596f8506ad6a45601188efe9d7f55868df5d7c58.zip
fix braino from yesterdays' megacommit
Not sure of the result of it.. (may or may not effect anything) but it's fixed now. (found by: comparing what cvsup sent back to me with what I tested..)
Notes
Notes: svn path=/head/; revision=37406
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/vfs_aio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/vfs_aio.c b/sys/kern/vfs_aio.c
index 1c98823dd473..b11275c7ed0c 100644
--- a/sys/kern/vfs_aio.c
+++ b/sys/kern/vfs_aio.c
@@ -13,7 +13,7 @@
* bad that happens because of using this software isn't the responsibility
* of the author. This software is distributed AS-IS.
*
- * $Id: vfs_aio.c,v 1.29 1998/06/10 10:31:08 dfr Exp $
+ * $Id: vfs_aio.c,v 1.30 1998/07/04 22:30:22 julian Exp $
*/
/*
@@ -1022,7 +1022,7 @@ aio_qphysio(p, aiocbe)
return -1;
}
- dev = makedev(bdev->d_maj, minor(vp->v_rdev));
+ dev = makedev(bdev->d_bmaj, minor(vp->v_rdev));
/*
* Physical I/O is charged directly to the process, so we don't have