Re: [PATCH 3/10] sysfs: fix error handling in create_files()

2007-07-17 Thread Akinobu Mita
2007/7/17, Greg KH <[EMAIL PROTECTED]>: On Mon, Jul 16, 2007 at 05:29:45PM +0200, Cornelia Huck wrote: > On Mon, 16 Jul 2007 22:52:30 +0900, > Akinobu Mita <[EMAIL PROTECTED]> wrote: > > > Current error handling in create_files() attempts to remove > > all attributes passed by argument by

Re: [PATCH 3/10] sysfs: fix error handling in create_files()

2007-07-17 Thread Akinobu Mita
2007/7/17, Greg KH [EMAIL PROTECTED]: On Mon, Jul 16, 2007 at 05:29:45PM +0200, Cornelia Huck wrote: On Mon, 16 Jul 2007 22:52:30 +0900, Akinobu Mita [EMAIL PROTECTED] wrote: Current error handling in create_files() attempts to remove all attributes passed by argument by remove_files().

Re: [PATCH 3/10] sysfs: fix error handling in create_files()

2007-07-16 Thread Greg KH
On Mon, Jul 16, 2007 at 05:29:45PM +0200, Cornelia Huck wrote: > On Mon, 16 Jul 2007 22:52:30 +0900, > Akinobu Mita <[EMAIL PROTECTED]> wrote: > > > Current error handling in create_files() attempts to remove > > all attributes passed by argument by remove_files(). But it should > > only remove

Re: [PATCH 3/10] sysfs: fix error handling in create_files()

2007-07-16 Thread Akinobu Mita
2007/7/17, Cornelia Huck <[EMAIL PROTECTED]>: On Mon, 16 Jul 2007 22:52:30 +0900, Akinobu Mita <[EMAIL PROTECTED]> wrote: > Current error handling in create_files() attempts to remove > all attributes passed by argument by remove_files(). But it should > only remove the attributes that have

Re: [PATCH 3/10] sysfs: fix error handling in create_files()

2007-07-16 Thread Cornelia Huck
On Mon, 16 Jul 2007 22:52:30 +0900, Akinobu Mita <[EMAIL PROTECTED]> wrote: > Current error handling in create_files() attempts to remove > all attributes passed by argument by remove_files(). But it should > only remove the attributes that have been successfully added. While this is certainly

[PATCH 3/10] sysfs: fix error handling in create_files()

2007-07-16 Thread Akinobu Mita
Current error handling in create_files() attempts to remove all attributes passed by argument by remove_files(). But it should only remove the attributes that have been successfully added. Cc: Greg Kroah-Hartman <[EMAIL PROTECTED]> Signed-off-by: Akinobu Mita <[EMAIL PROTECTED]> ---

[PATCH 3/10] sysfs: fix error handling in create_files()

2007-07-16 Thread Akinobu Mita
Current error handling in create_files() attempts to remove all attributes passed by argument by remove_files(). But it should only remove the attributes that have been successfully added. Cc: Greg Kroah-Hartman [EMAIL PROTECTED] Signed-off-by: Akinobu Mita [EMAIL PROTECTED] ---

Re: [PATCH 3/10] sysfs: fix error handling in create_files()

2007-07-16 Thread Cornelia Huck
On Mon, 16 Jul 2007 22:52:30 +0900, Akinobu Mita [EMAIL PROTECTED] wrote: Current error handling in create_files() attempts to remove all attributes passed by argument by remove_files(). But it should only remove the attributes that have been successfully added. While this is certainly

Re: [PATCH 3/10] sysfs: fix error handling in create_files()

2007-07-16 Thread Akinobu Mita
2007/7/17, Cornelia Huck [EMAIL PROTECTED]: On Mon, 16 Jul 2007 22:52:30 +0900, Akinobu Mita [EMAIL PROTECTED] wrote: Current error handling in create_files() attempts to remove all attributes passed by argument by remove_files(). But it should only remove the attributes that have been

Re: [PATCH 3/10] sysfs: fix error handling in create_files()

2007-07-16 Thread Greg KH
On Mon, Jul 16, 2007 at 05:29:45PM +0200, Cornelia Huck wrote: On Mon, 16 Jul 2007 22:52:30 +0900, Akinobu Mita [EMAIL PROTECTED] wrote: Current error handling in create_files() attempts to remove all attributes passed by argument by remove_files(). But it should only remove the