On Tue, 31 Jul 2007 19:15:09 +0900, Tejun Heo <[EMAIL PROTECTED]> wrote:
> With the previous sysfs_add_one() update, there is only one user of > the return value of sysfs_addrm_finish() and the user can switch to > testing @sd easily. Make sysfs_addrm_finish() return void for cleaner > semantics as suggested by Satyam Sharma. > > This patch doesn't introduce any noticeable behavior change. > > Signed-off-by: Tejun Heo <[EMAIL PROTECTED]> > Cc: Satyam Sharma <[EMAIL PROTECTED]> > --- > fs/sysfs/dir.c | 7 +------ > fs/sysfs/inode.c | 7 +++++-- > fs/sysfs/sysfs.h | 2 +- > 3 files changed, 7 insertions(+), 9 deletions(-) > Acked-by: Cornelia Huck <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

