https://github.com/torvalds/linux
Revision 35960258ed388cdcebdb71df35fd5126978ca325 authored by Eric W. Biederman on 12 February 2010, 12:35:32 UTC, committed by Greg Kroah-Hartman on 08 March 2010, 01:04:51 UTC
I have added a new requirement to the external sysfs interface
that dynamically allocated sysfs attributes must call sysfs_attr_init
if lockdep is enabled.  For the time being callying sysfs_attr_init
is only mandatory if lockdep is enabled, so we can live with a few
unconverted instances until we find them all.  As this is part of
the public interface of sysfs it is a good idea to document these
pseudo functions so someone inspeciting the code can find out
what has happened.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

1 parent a07e415
History
Tip revision: 35960258ed388cdcebdb71df35fd5126978ca325 authored by Eric W. Biederman on 12 February 2010, 12:35:32 UTC
sysfs: Document sysfs_attr_init and sysfs_bin_attr_init
Tip revision: 3596025
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 849 bytes
.mailmap -rw-r--r-- 3.9 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.8 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 164.1 KB
Makefile -rw-r--r-- 52.0 KB
README -rw-r--r-- 17.0 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top