From: Grazvydas Ignotas Date: Sat, 7 Feb 2015 22:45:59 +0000 (+0200) Subject: aufs: fix up for the new stable kernel X-Git-Tag: sz_173~82 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff_plain;h=9e06a51e4e83741f5b2568f6576bd8a89468f485;hp=166e8d4a6cbbbdc72ba6a8f868a2d595ccb8c0ff aufs: fix up for the new stable kernel --- 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; }