JIRA: https://issues.redhat.com/browse/RHEL-29564 Conflicts: drop change in tracefs because rhel9 tracefs doesn't use d->subdirs; add one extra conversion in fs/autofs.c; cover conversion in remove_event_file_dir() commit da549bdd15c295c24b2ee7ffe7ad0f3877fa8a87 Author: Al Viro <viro@zeniv.linux.org.uk> Date: Tue Nov 7 02:00:39 2023 -0500 dentry: switch the lists of children to hlist Saves a pointer per struct dentry and actually makes the things less clumsy. Cleaned the d_walk() and dcache_readdir() a bit by use of hlist_for_... iterators. A couple of new helpers - d_first_child() and d_next_sibling(), to make the expressions less awful. Reviewed-by: Christian Brauner <brauner@kernel.org> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Ming Lei <ming.lei@redhat.com> |
||
---|---|---|
.. | ||
dnotify | ||
fanotify | ||
inotify | ||
Kconfig | ||
Makefile | ||
fdinfo.c | ||
fdinfo.h | ||
fsnotify.c | ||
fsnotify.h | ||
group.c | ||
mark.c | ||
notification.c |