X-Git-Url: https://git.stricted.de/?a=blobdiff_plain;f=fs%2Fdebugfs%2Finode.c;h=05f2960ed7c3be5d7c4095f7fe814339ce0ae370;hb=946e51f2bf37f1656916eb75bd0742ba33983c28;hp=1e3b99d3db0df8ff236589a0ec64ec2c73bf8013;hpb=2871f352c600d36b1b8ba57c79029cf8aa512948;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git diff --git a/fs/debugfs/inode.c b/fs/debugfs/inode.c index 1e3b99d3db0d..05f2960ed7c3 100644 --- a/fs/debugfs/inode.c +++ b/fs/debugfs/inode.c @@ -553,7 +553,7 @@ void debugfs_remove_recursive(struct dentry *dentry) * use the d_u.d_child as the rcu head and corrupt this list. */ spin_lock(&parent->d_lock); - list_for_each_entry(child, &parent->d_subdirs, d_u.d_child) { + list_for_each_entry(child, &parent->d_subdirs, d_child) { if (!debugfs_positive(child)) continue;