Re: SCSI tape crashes

David S. Miller (davem@redhat.com)
Wed, 31 Oct 2001 00:49:19 -0800 (PST)


From: Jens Axboe <axboe@suse.de>
Date: Wed, 31 Oct 2001 09:46:50 +0100

How is this different from my init_sg proposal? :-). The above looks
fine to me, I just think it is important that we take care of this.

My impression was that you wanted to do something like:

sgl = kmalloc();
init_sg(sgl, nents);

for_each_ent() {
... existing code ..
}

If what you really meant was semantically identicaly to what I have
proposed, I'm completely in agreement with it. Please submit patches.

Franks a lot,
David S. Miller
davem@redhat.com

-
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/