Re: [PATCH] 3.13: Fix compilation with CONFIG_BIG_KEYS=y
Nigel Cunningham <[email protected]> Fri, 14 Feb 2014 21:32:49 +1100
| Newsgroups | gmane.linux.swsusp.devel |
|---|---|
| Message-ID | <[email protected]> |
Thanks! Nigel On 14/02/14 19:24, Arfrever Frehtes Taifersar Arahesis wrote: > Last TuxOnIce patch for 3.13 branch (tuxonice-for-linux-3.13.2-2014-02-13.patch) (and some > earlier versions) modifies signature of shmem_kernel_file_setup() function (declared in > include/linux/shmem_fs.h and defined in mm/shmem.c), but fails to modify call to this function > in security/keys/big_key.c, resulting in compilation failure with CONFIG_BIG_KEYS=y. > > Please apply the attached patch in tuxonice-3.13 branch. > > -- > Arfrever Frehtes Taifersar Arahesis