remarkable-linux/fs/sysfs
Randy.Dunlap 995982ca79 sysfs_remove_bin_file: no return value, dump_stack on error
Make sysfs_remove_bin_file() void.  If it detects an error,
printk the file name and call dump_stack().

sysfs_hash_and_remove() now returns an error code indicating
its success or failure so that sysfs_remove_bin_file() can
know success/failure.

Convert the only driver that checked the return value of
sysfs_remove_bin_file().

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2006-09-25 21:08:39 -07:00
..
bin.c sysfs_remove_bin_file: no return value, dump_stack on error 2006-09-25 21:08:39 -07:00
dir.c sysfs: Make poll behaviour consistent 2006-09-25 21:08:36 -07:00
file.c [PATCH] sysfs: Allow sysfs attribute files to be pollable 2006-04-14 11:41:24 -07:00
group.c [PATCH] remove duplicate get_dentry functions in various places 2005-06-23 09:45:20 -07:00
inode.c sysfs_remove_bin_file: no return value, dump_stack on error 2006-09-25 21:08:39 -07:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mount.c [PATCH] VFS: Permit filesystem to override root dentry on mount 2006-06-23 07:42:45 -07:00
symlink.c SYSFS: allow sysfs_create_link to create symlinks in the root of sysfs 2006-09-25 21:08:36 -07:00
sysfs.h sysfs_remove_bin_file: no return value, dump_stack on error 2006-09-25 21:08:39 -07:00