diff options
author | Mimi Zohar <zohar@linux.vnet.ibm.com> | 2013-02-25 05:42:37 +0100 |
---|---|---|
committer | James Morris <james.l.morris@oracle.com> | 2013-02-25 17:10:52 +0100 |
commit | 446d64e3e1154806092ac27de198dff1225797d9 (patch) | |
tree | 6ae7509b776f88bf7c28254e63ba34ddcd091a92 /firmware/3com | |
parent | ima: "remove enforce checking duplication" merge fix (diff) | |
download | linux-446d64e3e1154806092ac27de198dff1225797d9.tar.xz linux-446d64e3e1154806092ac27de198dff1225797d9.zip |
block: fix part_pack_uuid() build error
Commit "85865c1 ima: add policy support for file system uuid"
introduced a CONFIG_BLOCK dependency. This patch defines a
wrapper called blk_part_pack_uuid(), which 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-declaration]
Changelog v2:
- Reference commit number in patch description
Changelog v1:
- rename ima_part_pack_uuid() to blk_part_pack_uuid()
- resolve scripts/checkpatch.pl warnings
Changelog v0:
- fix UUID scripts/Lindent msgs
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Reported-by: David Rientjes <rientjes@google.com>
Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
Acked-by: David Rientjes <rientjes@google.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jens Axboe <axboe@kernel.dk>
Signed-off-by: James Morris <james.l.morris@oracle.com>
Diffstat (limited to 'firmware/3com')
0 files changed, 0 insertions, 0 deletions