Jeff Breidenbach:
> /usr/src/modules/aufs/i_op_ren.c: In function =91aufs_rename=92:
> /usr/src/modules/aufs/i_op_ren.c:498: error: size of array =91type name=92
> is negative
:::
> err =3D -ENOMEM;
> BUILD_BUG_ON(sizeof(*p) > PAGE_SIZE);Our kmalloc routines can handle over 4KB, so please try commenting this BUILD_BUG_ON out temporary. J. R. Okajima ------------------------------------------------------------------------------
