Centos-kernel-stream-9/fs/notify
Ming Lei 7f1fb7b62c dentry: switch the lists of children to hlist
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>
2024-04-17 09:46:42 +08:00
..
dnotify dnotify: move dnotify sysctl to dnotify.c 2023-03-24 11:18:31 -04:00
fanotify exportfs: check for error return value from exportfs_encode_*() 2023-12-02 05:12:29 -05:00
inotify inotify: simplify subdirectory registration with register_sysctl() 2023-03-24 11:18:31 -04:00
Kconfig fs/notify: Remove "select SRCU" 2023-12-05 17:57:46 -07:00
Makefile
fdinfo.c exportfs: add explicit flag to request non-decodeable file handles 2023-12-02 05:12:29 -05:00
fdinfo.h
fsnotify.c dentry: switch the lists of children to hlist 2024-04-17 09:46:42 +08:00
fsnotify.h
group.c
mark.c
notification.c