Re: [PATCH] configfs: Implement binary attributes (v3)

2015-06-12 Thread Chris Wulff
Pantelis Antoniou konsulko.com> writes: ... > +static ssize_t > +configfs_write_bin_file(struct file *file, const char __user *buf, > + size_t count, loff_t *ppos) > +{ ... > + len = simple_write_to_buffer(buffer->bin_buffer, > + buffer->bin_buffer_size

Re: [PATCH] configfs: Implement binary attributes (v3)

2014-10-28 Thread Pantelis Antoniou
Hi Greg, > On Oct 29, 2014, at 04:54 , Greg Kroah-Hartman > wrote: > > On Tue, Oct 28, 2014 at 10:30:32PM +0200, Pantelis Antoniou wrote: >> ConfigFS lacked binary attributes up until now. This patch >> introduces support for binary attributes in a somewhat similar >> manner of sysfs binary att

Re: [PATCH] configfs: Implement binary attributes (v3)

2014-10-28 Thread Greg Kroah-Hartman
On Tue, Oct 28, 2014 at 10:30:32PM +0200, Pantelis Antoniou wrote: > ConfigFS lacked binary attributes up until now. This patch > introduces support for binary attributes in a somewhat similar > manner of sysfs binary attributes albeit with changes that > fit the configfs usage model. > > Problems

[PATCH] configfs: Implement binary attributes (v3)

2014-10-28 Thread Pantelis Antoniou
ConfigFS lacked binary attributes up until now. This patch introduces support for binary attributes in a somewhat similar manner of sysfs binary attributes albeit with changes that fit the configfs usage model. Problems that configfs binary attributes fix are everything that requires a binary blob