Hi J.R.,

it is cos of this change:

--- a/include/linux/dcache.h
+++ b/include/linux/dcache.h
@@ -124,15 +124,15 @@ struct dentry {
      void *d_fsdata;            /* fs-specific data */

      struct list_head d_lru;        /* LRU list */
+    struct list_head d_child;    /* child of parent list */
+    struct list_head d_subdirs;    /* our children */
      /*
-     * d_child and d_rcu can share memory
+     * d_alias and d_rcu can share memory
       */
      union {
-        struct list_head d_child;    /* child of parent list */
+        struct hlist_node d_alias;    /* inode alias list */
           struct rcu_head d_rcu;
      } d_u;
-    struct list_head d_subdirs;    /* our children */
-    struct hlist_node d_alias;    /* inode alias list */
  };

  /*

Am 17.12.2014 um 15:18 schrieb sf...@users.sourceforge.net:
> "Justin (jlec)":
>> aufs3 version 20141215 has problem compiling with 3.18.1
> Waoh!
> I didn't know 3.18.1 is already released.
> It is before 3.19-rc1. How early!
>
> Anyway thanks for reporting.
> I will get 3.18.1, fix and release as soon as possible.
>
>
> J. R. Okajima
>
> ------------------------------------------------------------------------------
> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> with Interactivity, Sharing, Native Excel Exports, App Integration & more
> Get technology previously reserved for billion-dollar corporations, FREE
> http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk


------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk

Reply via email to