Re: [PATCH] sysfs: don't warn on removal of a nonexistent binary file

2007-08-17 Thread Cornelia Huck
On Fri, 17 Aug 2007 10:19:24 +0900, Tejun Heo <[EMAIL PROTECTED]> wrote: > Alan Stern wrote: > > This patch (as960) removes the error message and stack dump logged by > > sysfs_remove_bin_file() when someone tries to remove a nonexistent > > file. The warning doesn't seem to be needed, since

Re: [PATCH] sysfs: don't warn on removal of a nonexistent binary file

2007-08-17 Thread Cornelia Huck
On Fri, 17 Aug 2007 10:19:24 +0900, Tejun Heo [EMAIL PROTECTED] wrote: Alan Stern wrote: This patch (as960) removes the error message and stack dump logged by sysfs_remove_bin_file() when someone tries to remove a nonexistent file. The warning doesn't seem to be needed, since none of the

Re: [PATCH] sysfs: don't warn on removal of a nonexistent binary file

2007-08-16 Thread Tejun Heo
Alan Stern wrote: > This patch (as960) removes the error message and stack dump logged by > sysfs_remove_bin_file() when someone tries to remove a nonexistent > file. The warning doesn't seem to be needed, since none of the other > file-, symlink-, or directory-removal routines in sysfs complain

[PATCH] sysfs: don't warn on removal of a nonexistent binary file

2007-08-16 Thread Alan Stern
This patch (as960) removes the error message and stack dump logged by sysfs_remove_bin_file() when someone tries to remove a nonexistent file. The warning doesn't seem to be needed, since none of the other file-, symlink-, or directory-removal routines in sysfs complain in a comparable way.

[PATCH] sysfs: don't warn on removal of a nonexistent binary file

2007-08-16 Thread Alan Stern
This patch (as960) removes the error message and stack dump logged by sysfs_remove_bin_file() when someone tries to remove a nonexistent file. The warning doesn't seem to be needed, since none of the other file-, symlink-, or directory-removal routines in sysfs complain in a comparable way.

Re: [PATCH] sysfs: don't warn on removal of a nonexistent binary file

2007-08-16 Thread Tejun Heo
Alan Stern wrote: This patch (as960) removes the error message and stack dump logged by sysfs_remove_bin_file() when someone tries to remove a nonexistent file. The warning doesn't seem to be needed, since none of the other file-, symlink-, or directory-removal routines in sysfs complain in a