Re: [PATCH] block: fix part_pack_uuid() build error

2013-02-25 Thread Andrew Morton
On Mon, 25 Feb 2013 15:16:38 -0800 Andrew Morton wrote: > On Sun, 24 Feb 2013 10:15:44 -0500 > Mimi Zohar wrote: > > > Fix a build error when CONFIG_BLOCK is not enabled, by defining > > a wrapper called blk_part_pack_uuid(). The wrapper returns > > -EINVAL, when CONFIG_BLOCK is not defined. >

Re: [PATCH] block: fix part_pack_uuid() build error

2013-02-25 Thread Andrew Morton
On Sun, 24 Feb 2013 10:15:44 -0500 Mimi Zohar wrote: > Fix a build error when CONFIG_BLOCK is not enabled, by defining > a wrapper called blk_part_pack_uuid(). The wrapper returns > -EINVAL, when CONFIG_BLOCK is not defined. > > security/integrity/ima/ima_policy.c:538:4: error: implicit declara

Re: [PATCH] block: fix part_pack_uuid() build error

2013-02-24 Thread James Morris
On Sun, 24 Feb 2013, Mimi Zohar wrote: > Fix a build error when CONFIG_BLOCK is not enabled, by defining > a wrapper called blk_part_pack_uuid(). The wrapper returns > -EINVAL, when CONFIG_BLOCK is not defined. Please indicate which tree your patches are intended for, also noting specific regre

Re: [PATCH] block: fix part_pack_uuid() build error

2013-02-24 Thread Randy Dunlap
On 02/24/13 07:15, Mimi Zohar wrote: > Fix a build error when CONFIG_BLOCK is not enabled, by defining > a wrapper called blk_part_pack_uuid(). The wrapper returns > -EINVAL, when CONFIG_BLOCK is not defined. > > security/integrity/ima/ima_policy.c:538:4: error: implicit declaration > of function

Re: [PATCH] block: fix part_pack_uuid() build error

2013-02-24 Thread David Rientjes
On Sun, 24 Feb 2013, Mimi Zohar wrote: > Fix a build error when CONFIG_BLOCK is not enabled, by defining > a wrapper called blk_part_pack_uuid(). The wrapper returns > -EINVAL, when CONFIG_BLOCK is not defined. > > security/integrity/ima/ima_policy.c:538:4: error: implicit declaration > of funct

[PATCH] block: fix part_pack_uuid() build error

2013-02-24 Thread Mimi Zohar
Fix a build error when CONFIG_BLOCK is not enabled, by defining a wrapper called blk_part_pack_uuid(). The wrapper returns -EINVAL, when CONFIG_BLOCK is not defined. security/integrity/ima/ima_policy.c:538:4: error: implicit declaration of function 'part_pack_uuid' [-Werror=implicit-function-decl