On 2013-04-11 20:05, Greg Kroah-Hartman wrote:
On Thu, Apr 11, 2013 at 04:15:52PM +0100, David Howells wrote:
Ian Abbott wrote:
Don't use create_proc_read_entry() as that is deprecated, but rather use
proc_create_data() and seq_file instead.
It seems to work okay and is simpler than I thoug
On Thu, Apr 11, 2013 at 04:15:52PM +0100, David Howells wrote:
> Ian Abbott wrote:
>
> > > Don't use create_proc_read_entry() as that is deprecated, but rather use
> > > proc_create_data() and seq_file instead.
> >
> > It seems to work okay and is simpler than I thought it would be! You
> > ch
Ian Abbott wrote:
> > Don't use create_proc_read_entry() as that is deprecated, but rather use
> > proc_create_data() and seq_file instead.
>
> It seems to work okay and is simpler than I thought it would be! You changed
> the mode of the file to 0644 for some reason though. Please change it b
On 2013-04-11 14:28, David Howells wrote:
Don't use create_proc_read_entry() as that is deprecated, but rather use
proc_create_data() and seq_file instead.
It seems to work okay and is simpler than I thought it would be! You
changed the mode of the file to 0644 for some reason though. Please
4 matches
Mail list logo