[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <23048.1365693352@warthog.procyon.org.uk>
Date: Thu, 11 Apr 2013 16:15:52 +0100
From: David Howells <dhowells@...hat.com>
To: Ian Abbott <abbotti@....co.uk>
Cc: dhowells@...hat.com,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"devel@...verdev.osuosl.org" <devel@...verdev.osuosl.org>,
Mori Hess <fmhess@...rs.sourceforge.net>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
David Schleef <ds@...leef.org>,
H Hartley Sweeten <hsweeten@...ionengravers.com>,
Ian Abbott <ian.abbott@....co.uk>,
"viro@...IV.linux.org.uk" <viro@...IV.linux.org.uk>
Subject: Re: [PATCH 05/26] comedi: Don't use create_proc_read_entry() [RFC]
Ian Abbott <abbotti@....co.uk> 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 back to
> 0444 or S_IFREG | S_IRUGO. Thanks.
Ah... cut'n'paste error. Sorry about that.
David
--
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