Re: gnumach/device/blkio.c (disksort) unused function

2013-05-26 Thread Samuel Thibault
Miguel Figueiredo, le Sat 25 May 2013 17:58:50 +0100, a écrit : > 2013-05-25 Miguel Figueiredo > > * device/blkio.c (disksort): remove unused function Applied, thanks. Samuel

Re: gnumach/device/blkio.c (disksort) unused function

2013-05-26 Thread Richard Braun
On Mon, May 27, 2013 at 12:09:20AM +0200, Samuel Thibault wrote: > I'm undecided about this. It is indeed unused currently, could be > useful, but keeping disk drivers in the kernel is not our goal, so it > could probably just go indeed. > > What do people think? It should just go away. A simple

Re: gnumach/device/blkio.c (disksort) unused function

2013-05-26 Thread Samuel Thibault
Miguel Figueiredo, le Sat 25 May 2013 17:45:39 +0100, a écrit : > On gnumach/device/blkio.c, disksort function although declared here it's not > used on gnumach nor on hurd. > I guess it's safe to remove in case of cleanup. I'm undecided about this. It is indeed unused currently, could be useful,

Re: gnumach/device/blkio.c (disksort) unused function

2013-05-25 Thread Miguel Figueiredo
2013-05-25 Miguel Figueiredo * device/blkio.c (disksort): remove unused function diff --git a/device/blkio.c b/device/blkio.c index 26d4a75..27fec0e 100644 --- a/device/blkio.c +++ b/device/blkio.c @@ -107,132 +107,3 @@ vm_offset_t block_io_mmap() return (0); } -/* - * Disk sort routi

gnumach/device/blkio.c (disksort) unused function

2013-05-25 Thread Miguel Figueiredo
Hi all, On gnumach/device/blkio.c, disksort function although declared here it's not used on gnumach nor on hurd. I guess it's safe to remove in case of cleanup. -- Melhores cumprimentos/Best regards, Miguel Figueiredo