On Thu, Jan 25, 2018 at 10:42:29AM -0800, Eric Biggers wrote: > On Fri, Jan 19, 2018 at 01:53:48PM -0800, Andrew Morton wrote: > > On Fri, 19 Jan 2018 13:45:24 -0800 Eric Biggers <ebiggers3@xxxxxxxxx> wrote: > > > > > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > > > > > gcc versions prior to 4.6 require an extra level of braces when using a > > > designated initializer for a member in an anonymous struct or union. > > > This caused a compile error with the 'struct qstr' initialization in > > > __fscrypt_encrypt_symlink(). > > > > > > Fix it by using QSTR_INIT(). > > > > > > Reported-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> > > > Fixes: 76e81d6d5048 ("fscrypt: new helper functions for ->symlink()") > > > Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx> > > > > Tested-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> > > Ted, can you apply this to the fscrypt tree? Ping. -- To unsubscribe from this list: send the line "unsubscribe linux-fscrypt" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html