WSL2-Linux-Kernel/fs/sysfs
Tejun Heo dbde0fcf9f sysfs: reimplement sysfs_drop_dentry()
This patch reimplements sysfs_drop_dentry() such that remove_dir() can
use it to drop dentry instead of using a separate mechanism.  With
this change, making directories reclaimable is much easier.

This patch used to contain fixes for two race conditions around
sd->s_dentry but that part has been separated out and included into
mainline early as commit 6aa054aadf and
dd14cbc994.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2007-07-11 16:09:06 -07:00
..
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
bin.c sysfs: implement sysfs_dirent active reference and immediate disconnect 2007-07-11 16:09:05 -07:00
dir.c sysfs: reimplement sysfs_drop_dentry() 2007-07-11 16:09:06 -07:00
file.c sysfs: kill attribute file orphaning 2007-07-11 16:09:05 -07:00
group.c security: prevent permission checking of file removal via sysfs_remove_group() 2007-04-27 10:57:33 -07:00
inode.c sysfs: reimplement sysfs_drop_dentry() 2007-07-11 16:09:06 -07:00
mount.c sysfs: kill attribute file orphaning 2007-07-11 16:09:05 -07:00
symlink.c sysfs: reimplement symlink using sysfs_dirent tree 2007-07-11 16:09:04 -07:00
sysfs.h sysfs: reimplement sysfs_drop_dentry() 2007-07-11 16:09:06 -07:00