usb: quirks: add control message delay for 1b1c:1b20
[pandora-kernel.git] / fs / coda / cache.c
index 6901578..4b2e5cb 100644 (file)
@@ -95,7 +95,7 @@ static void coda_flag_children(struct dentry *parent, int flag)
        spin_lock(&parent->d_lock);
        list_for_each(child, &parent->d_subdirs)
        {
-               de = list_entry(child, struct dentry, d_u.d_child);
+               de = list_entry(child, struct dentry, d_child);
                /* don't know what to do with negative dentries */
                if ( ! de->d_inode ) 
                        continue;