Re: oddness in aio_procrundown?

2002-01-05 Thread Alan L. Cox
Alfred Perlstein wrote: > > ok: > > at about line 498 in vfs_aio.c: > > aiocbn = TAILQ_NEXT(aiocbe, plist); > fp = fdp->fd_ofiles[aiocbe->uaiocb.aio_fildes]; > > /* > * Under some circumstances, the aio_fildes and the file >

oddness in aio_procrundown?

2002-01-05 Thread Alfred Perlstein
ok: at about line 498 in vfs_aio.c: aiocbn = TAILQ_NEXT(aiocbe, plist); fp = fdp->fd_ofiles[aiocbe->uaiocb.aio_fildes]; /* * Under some circumstances, the aio_fildes and the file * structure don't match. This wou