Re: [PATCH 14/14] sysfs: kill unnecessary attribute->owner

2007-04-10 Thread Tejun Heo
Cornelia Huck wrote: > On Tue, 10 Apr 2007 16:17:06 +0200, > Cornelia Huck <[EMAIL PROTECTED]> wrote: > >> You missed some s390 attributes :) Yeap, I used allyesconfig on x86 to do the patch, so attrs on other archs are not there. I'll merge this patch and post the updated version. Thanks. --

Re: [PATCH 14/14] sysfs: kill unnecessary attribute->owner

2007-04-10 Thread Cornelia Huck
On Tue, 10 Apr 2007 16:17:06 +0200, Cornelia Huck <[EMAIL PROTECTED]> wrote: > You missed some s390 attributes :) Oops, wrong tree, sorry. --- arch/s390/kernel/ipl.c |2 -- drivers/s390/cio/chsc.c |2 -- drivers/s390/net/qeth_sys.c |2 +- 3 files changed, 1 insertion(+), 5

Re: [PATCH 14/14] sysfs: kill unnecessary attribute->owner

2007-04-10 Thread Cornelia Huck
On Mon, 9 Apr 2007 13:18:49 +0900, Tejun Heo <[EMAIL PROTECTED]> wrote: > sysfs is now completely out of driver/module lifetime game. After > deletion, a sysfs node doesn't access anything outside sysfs proper, > so there's no reason to hold onto the attribute owners. Note that > often the wrong

[PATCH 14/14] sysfs: kill unnecessary attribute->owner

2007-04-08 Thread Tejun Heo
sysfs is now completely out of driver/module lifetime game. After deletion, a sysfs node doesn't access anything outside sysfs proper, so there's no reason to hold onto the attribute owners. Note that often the wrong modules were accounted for as owners leading to accessing removed modules. This

[PATCH 14/14] sysfs: kill unnecessary attribute->owner

2007-04-07 Thread Tejun Heo
sysfs is now completely out of driver/module lifetime game. After deletion, a sysfs node doesn't access anything outside sysfs proper, so there's no reason to hold onto the attribute owners. Note that often the wrong modules were accounted for as owners leading to accessing removed modules. This