From 9e06a51e4e83741f5b2568f6576bd8a89468f485 Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Sun, 8 Feb 2015 00:45:59 +0200 Subject: [PATCH] aufs: fix up for the new stable kernel --- fs/aufs/dcsub.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/aufs/dcsub.c b/fs/aufs/dcsub.c index 5b3d904ee625..bb02c7024f27 100644 --- a/fs/aufs/dcsub.c +++ b/fs/aufs/dcsub.c @@ -134,7 +134,7 @@ resume: while (next != &this_parent->d_subdirs) { struct list_head *tmp = next; struct dentry *dentry = list_entry(tmp, struct dentry, - d_u.d_child); + d_child); next = tmp->next; spin_lock_nested(&dentry->d_lock, DENTRY_D_LOCK_NESTED); @@ -170,7 +170,7 @@ resume: this_parent = tmp; spin_lock(&this_parent->d_lock); rcu_read_unlock(); - next = child->d_u.d_child.next; + next = child->d_child.next; goto resume; } -- 2.39.2