[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080507204533.GA8850@martell.zuzino.mipt.ru>
Date: Thu, 8 May 2008 00:45:33 +0400
From: Alexey Dobriyan <adobriyan@...il.com>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: Peter Oberparleiter <peter.oberparleiter@...ibm.com>,
linux-kernel@...r.kernel.org, ltp-list@...ts.sourceforge.net,
ltp-coverage@...ts.sourceforge.net,
Al Viro <viro@...iv.linux.org.uk>
Subject: Re: [RFC PATCH 4/6] seq_file: add function to write binary data
On Thu, May 08, 2008 at 12:17:57AM +0400, Alexey Dobriyan wrote:
> > > + memcpy(m->buf + m->count, s, len);
> > > + m->count += len;
> > > + return 0;
> > > + }
> > > + m->count = m->size;
> > > + return -1;
> > > +}
> > > +EXPORT_SYMBOL(seq_write);
>
> I'd call function seq_memcpy() though.
Or even seq_blob().
--
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