Xref: utzoo comp.unix.wizards:10638 comp.unix.questions:8944 Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!uwmcsd1!marque!uunet!mcvax!hp4nl!philmds!hulsebos From: hulsebos@philmds.UUCP (Rob Hulsebos) Newsgroups: comp.unix.wizards,comp.unix.questions Subject: disksort() with swapdev Keywords: disksort, swap devices, disk I/O Message-ID: <615@philmds.UUCP> Date: 23 Aug 88 12:23:33 GMT Organization: Philips I&E DTS Eindhoven Lines: 16 The 'disksort()' routines I found in several kernels just sort the incoming I/O request with no preference for I/O done on swapdevices. I think it would be more efficient if any I/O to be done on swapdevices is given preference above 'normal' I/O, which can be done if disksort() checks for it, and inserts the swap I/O requests at the head of the queue. Does anybody know why this is not done ? Are there any special reasons for it ? ------------------------------------------------------------------------------ R.A. Hulsebos ...!mcvax!philmds!hulsebos Philips I&E Automation Modules phone: +31-40-785723 Building TQ-III-1, room 11 Eindhoven, The Netherlands # cc -O disclaimer.c ------------------------------------------------------------------------------