Re: [PATCH 15/24] block: remove blk_part_pack_uuid

2017-05-31 Thread Christoph Hellwig
On Wed, May 31, 2017 at 09:16:34PM +0300, Andy Shevchenko wrote: > On Wed, 2017-05-31 at 18:18 +0200, Christoph Hellwig wrote: > > This helper was only used by IMA of all things, which would get > > spurious > > errors if CONFIG_BLOCK is disabled.  Just opencode the call there. > > > -

Re: [PATCH 15/24] block: remove blk_part_pack_uuid

2017-05-31 Thread Andy Shevchenko
On Wed, 2017-05-31 at 18:18 +0200, Christoph Hellwig wrote: > This helper was only used by IMA of all things, which would get > spurious > errors if CONFIG_BLOCK is disabled.  Just opencode the call there. > - result = blk_part_pack_uuid(args[0].from, > -

[PATCH 15/24] block: remove blk_part_pack_uuid

2017-05-31 Thread Christoph Hellwig
This helper was only used by IMA of all things, which would get spurious errors if CONFIG_BLOCK is disabled. Just opencode the call there. Signed-off-by: Christoph Hellwig Reviewed-by: Amir Goldstein Acked-by: Mimi Zohar Reviewed-by: