lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 05 May 2008 02:08:58 +0400
From:	Dmitri Vorobiev <dmitri.vorobiev@...il.com>
To:	Dmitri Vorobiev <dmitri.vorobiev@...il.com>
CC:	gregkh@...e.de, linux-kernel@...r.kernel.org,
	Ingo Molnar <mingo@...e.hu>
Subject: Re: [PATCH 1/1] remove duplicate definition of sysfs_update_group()

Dmitri Vorobiev пишет:
> The stub version of the sysfs_update_group() function is erroneously
> provided twice. This patch removes the redundant definition.
> 

Oops! I did not notice Ingo's fix when I was sending my patch:

http://lkml.org/lkml/2008/5/4/21

In Ingo's version, the changelog entry is much better than mine. Sorry
for the noise.

Dmitri

> Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@...il.com>
> ---
>  include/linux/sysfs.h |    6 ------
>  1 files changed, 0 insertions(+), 6 deletions(-)
> 
> diff --git a/include/linux/sysfs.h b/include/linux/sysfs.h
> index 27bad59..7858eac 100644
> --- a/include/linux/sysfs.h
> +++ b/include/linux/sysfs.h
> @@ -196,12 +196,6 @@ static inline int sysfs_update_group(struct kobject *kobj,
>  	return 0;
>  }
>  
> -static inline int sysfs_update_group(struct kobject *kobj,
> -				const struct attribute_group *grp)
> -{
> -	return 0;
> -}
> -
>  static inline void sysfs_remove_group(struct kobject *kobj,
>  				      const struct attribute_group *grp)
>  {

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ