]> Pileus Git - ~andy/linux/commit
[PATCH] sysfs: don't export dir symbols
authorGreg Kroah-Hartman <gregkh@suse.de>
Thu, 16 Mar 2006 18:23:21 +0000 (11:23 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 20 Mar 2006 21:42:59 +0000 (13:42 -0800)
commit832c57e9afa7a263bb2f8ee6d04d527ef6709aae
treedbc11a1979d582bd15a12353a2e6f421d3445522
parenta29d642a4aa99c5234314ab2523281139226c231
[PATCH] sysfs: don't export dir symbols

These functions should only be used by the kobject core, and if any
driver tries to use them, bad things happen.  Unexport them to try to
prevent this from happening.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/sysfs/dir.c