diff options
author | Tejun Heo <htejun@gmail.com> | 2008-01-16 04:06:14 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-01-16 18:54:03 +0100 |
commit | e49452c67703d3647467d65275fb893589384fed (patch) | |
tree | 137d7dea836f16f4efc3c709981dee3d306aa757 /lib/audit.c | |
parent | Linux 2.6.24-rc8 (diff) | |
download | linux-e49452c67703d3647467d65275fb893589384fed.tar.xz linux-e49452c67703d3647467d65275fb893589384fed.zip |
sysfs: make sysfs_lookup() return ERR_PTR(-ENOENT) on failed lookup
sysfs tries to keep dcache a strict subset of sysfs_dirent tree by
shooting down dentries when a node is removed, that is, no negative
dentry for sysfs. However, the lookup function returned NULL and thus
created negative dentries when the target node didn't exist.
Make sysfs_lookup() return ERR_PTR(-ENOENT) on lookup failure. This
fixes the NULL dereference bug in sysfs_get_dentry() discovered by
bluetooth rfcomm device moving around.
Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib/audit.c')
0 files changed, 0 insertions, 0 deletions