Re: [PATCH 18/26] megaraid: Don't use create_proc_read_entry() [RFC]

2013-04-12 Thread Hannes Reinecke
On 04/11/2013 03:30 PM, David Howells wrote: > Don't use create_proc_read_entry() as that is deprecated, but rather use > proc_create_data() and seq_file instead. > > Signed-off-by: David Howells > cc: Neela Syam Kolli > cc: James E.J. Bottomley > cc: linux-s...@vger.kernel.org Hmm? What is

Re: [PATCH 18/26] megaraid: Don't use create_proc_read_entry() [RFC]

2013-04-12 Thread Hannes Reinecke
On 04/11/2013 03:30 PM, David Howells wrote: Don't use create_proc_read_entry() as that is deprecated, but rather use proc_create_data() and seq_file instead. Signed-off-by: David Howells dhowe...@redhat.com cc: Neela Syam Kolli megaraidli...@lsi.com cc: James E.J. Bottomley

[PATCH 18/26] megaraid: Don't use create_proc_read_entry() [RFC]

2013-04-11 Thread David Howells
Don't use create_proc_read_entry() as that is deprecated, but rather use proc_create_data() and seq_file instead. Signed-off-by: David Howells cc: Neela Syam Kolli cc: James E.J. Bottomley cc: linux-s...@vger.kernel.org --- drivers/scsi/megaraid.c | 1041

[PATCH 18/26] megaraid: Don't use create_proc_read_entry() [RFC]

2013-04-11 Thread David Howells
Don't use create_proc_read_entry() as that is deprecated, but rather use proc_create_data() and seq_file instead. Signed-off-by: David Howells dhowe...@redhat.com cc: Neela Syam Kolli megaraidli...@lsi.com cc: James E.J. Bottomley jbottom...@parallels.com cc: linux-s...@vger.kernel.org ---