[PATCH 10/28] proc: Add proc_mkdir_data() [RFC]

Greg KH gregkh at linuxfoundation.org
Wed Apr 17 00:58:55 UTC 2013


On Tue, Apr 16, 2013 at 07:26:30PM +0100, David Howells wrote:
> Add proc_mkdir_data() to allow procfs directories to be created that are
> annotated at the time of creation with private data rather than doing this
> post-creation.  This means no access is then required to the proc_dir_entry
> struct to set this.
> 
> Signed-off-by: David Howells <dhowells at redhat.com>
> cc: Neela Syam Kolli <megaraidlinux at lsi.com>
> cc: Jerry Chuang <jerry-chuang at realtek.com>
> cc: Mauro Carvalho Chehab <mchehab at redhat.com>
> cc: linux-scsi at vger.kernel.org
> cc: devel at driverdev.osuosl.org
> cc: linux-wireless at vger.kernel.org
> ---

Acked-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org>



More information about the devel mailing list