Page MenuHomeFreeBSD

D31914.diff
No OneTemporary

D31914.diff

diff --git a/sys/kern/vfs_aio.c b/sys/kern/vfs_aio.c
--- a/sys/kern/vfs_aio.c
+++ b/sys/kern/vfs_aio.c
@@ -2826,6 +2826,8 @@
CP(job32, *kcb, aio_fildes);
CP(job32, *kcb, aio_offset);
CP(job32, *kcb, aio_lio_opcode);
+ if (type == LIO_NOP)
+ type = kcb->aio_lio_opcode;
if (type & LIO_VECTORED) {
iov32 = PTRIN(job32.aio_iov);
CP(job32, *kcb, aio_iovcnt);

File Metadata

Mime Type
text/plain
Expires
Sun, Dec 21, 3:13 AM (16 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27106032
Default Alt Text
D31914.diff (371 B)

Event Timeline