Re: [reiserfs-dev] Re: [reiserfs-list] Re: elevator algorithm in

Andre Hedrick (andre@linux-ide.org)
Fri, 11 Jan 2002 02:08:39 -0800 (PST)


You mean like this ??

ide.2.4.0-ac10.all.01212001.patch:
+static int do_flush_cache(ide_drive_t *drive);
ide.2.4.0-ac10.all.01212001.patch:
+ (do_flush_cache(drive)) ? "SUCCESSED" : "FAILED");
ide.2.4.0-ac10.all.01212001.patch:
+static int do_flush_cache (ide_drive_t *drive)
ide.2.4.0-ac10.all.01212001.patch:
+ (do_flush_cache(drive)) ? "SUCCESSED" : "FAILED");
ide.2.4.0-ac10.all.01212001.patch:
- * all current requests to be flushed from the queue.
ide.2.4.0-ac10.all.01212001.patch:
+ * all current requests to be flushed from the queue.

Or something more up to date?

ide.2.4.16.12102001.patch:+ flushcache: NULL,
ide.2.4.16.12102001.patch:+static int do_idedisk_flushcache(ide_drive_t *drive);
ide.2.4.16.12102001.patch:+ if (do_idedisk_flushcache(drive))
ide.2.4.16.12102001.patch:+static int do_idedisk_flushcache (ide_drive_t *drive)
ide.2.4.16.12102001.patch:+ if (do_idedisk_flushcache(drive))
ide.2.4.16.12102001.patch:+ flushcache: do_idedisk_flushcache,
ide.2.4.16.12102001.patch:+ flushcache: NULL,
ide.2.4.16.12102001.patch:+ flushcache: NULL,

On Fri, 11 Jan 2002, Hans Reiser wrote:

> Andre, have you had a chance to put in the the cache flushing stuff into
> your IDE code?
>
> Hans

<snip>

This code as only been available for a year or so ...

Regards,

Andre Hedrick
Linux ATA Development

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/