[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20070612173150.80f6f7e3.dada1@cosmosbay.com>
Date: Tue, 12 Jun 2007 17:31:50 +0200
From: Eric Dumazet <dada1@...mosbay.com>
To: Jens Axboe <jens.axboe@...cle.com>
Cc: linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/18] splice: abstract out actor data
On Tue, 12 Jun 2007 08:57:57 +0200
Jens Axboe <jens.axboe@...cle.com> wrote:
> + struct splice_desc sd = {
> + .total_len = len,
> + .flags = flags,
> + .pos = *ppos,
> + };
> +
> + sd.file = out;
minor remark, why sd.file is setup differently than other fields ?
(this several times on this patch)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists