summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_aio.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-08-13 10:10:12 +0000
committerphk <phk@FreeBSD.org>1999-08-13 10:10:12 +0000
commit683c2698ff60010cda4f6821ac884b7beb2f4cbf (patch)
treee50dfd6ac4be355e46421f968b04a64822729942 /sys/kern/vfs_aio.c
parentba7e7370e46326c3d1f455eeef0856c8a6f0c02a (diff)
downloadFreeBSD-src-683c2698ff60010cda4f6821ac884b7beb2f4cbf.zip
FreeBSD-src-683c2698ff60010cda4f6821ac884b7beb2f4cbf.tar.gz
s/v_specinfo/v_rdev/
Diffstat (limited to 'sys/kern/vfs_aio.c')
-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 266f97f..3e4e821 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.54 1999/07/01 13:21:40 peter Exp $
+ * $Id: vfs_aio.c,v 1.55 1999/08/08 18:42:48 phk Exp $
*/
/*
@@ -951,7 +951,7 @@ aio_qphysio(p, aiocbe)
return -1;
}
- if ((vp->v_specinfo == NULL) || (vp->v_flag & VISTTY)) {
+ if ((vp->v_rdev == NULL) || (vp->v_flag & VISTTY)) {
return -1;
}
OpenPOWER on IntegriCloud