From 788be0aa49419de4120d69f892f1538b24fbfb7e Mon Sep 17 00:00:00 2001 From: julian Date: Sun, 5 Jul 1998 20:33:18 +0000 Subject: 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..) --- sys/kern/vfs_aio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/kern/vfs_aio.c') diff --git a/sys/kern/vfs_aio.c b/sys/kern/vfs_aio.c index 1c98823..b11275c7 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 -- cgit v1.1