Page MenuHomeFreeBSD

Remove unused variables for socket AIO.
ClosedPublic

Authored by jhb on Jan 19 2016, 11:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 26 2024, 6:43 PM
Unknown Object (File)
Nov 19 2024, 9:52 PM
Unknown Object (File)
Nov 7 2024, 10:40 AM
Unknown Object (File)
Sep 16 2024, 12:23 PM
Unknown Object (File)
Sep 12 2024, 4:54 AM
Unknown Object (File)
Sep 7 2024, 2:27 PM
Unknown Object (File)
Sep 7 2024, 10:55 AM
Unknown Object (File)
Sep 7 2024, 7:55 AM
Subscribers

Details

Summary

Remove unused variables for socket AIO.

In r55943, a per-process queue of pending socket AIO requests (requests
waiting for the socket to become ready) was added so that they could be
cancelled during process rundown. In r154765, the rundown code instead
handles jobs in this state (JOBST_JOBQSOCK) directly removing the need
for the extra queue. However, the per-process queue head and global
lock were never removed.

Test Plan
  • Compile.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhb retitled this revision from to Remove unused variables for socket AIO..
jhb updated this object.
jhb edited the test plan for this revision. (Show Details)
jhb added a reviewer: kib.
kib edited edge metadata.
This revision is now accepted and ready to land.Jan 20 2016, 7:37 AM
This revision was automatically updated to reflect the committed changes.