X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Faufs%2Fdcsub.c;h=bb02c7024f27699fdf2800c80c82ce6642f95a16;hb=9e06a51e4e83741f5b2568f6576bd8a89468f485;hp=5e8321eca3d4c5fbc35bc15d7b4a1b175644fd6c;hpb=5a928e75172fe4bb3895033b2cbc569f4123aa86;p=pandora-kernel.git diff --git a/fs/aufs/dcsub.c b/fs/aufs/dcsub.c index 5e8321eca3d4..bb02c7024f27 100644 --- a/fs/aufs/dcsub.c +++ b/fs/aufs/dcsub.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2012 Junjiro R. Okajima + * Copyright (C) 2005-2013 Junjiro R. Okajima * * This program, aufs is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -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; }