commit | 1dd771eb0b09fe9c12ea58b18c676b32a528be39 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed May 10 15:16:44 2017 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Mon Jun 05 16:59:10 2017 +0200 |
tree | 3ecf6db352ea013e300645c63b75f3c6c9a5ba44 | |
parent | d905fdaaa7d59abde1535075cca6774fd7f0ef0a [diff] |
block: remove blk_part_pack_uuid 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 <hch@lst.de> Reviewed-by: Amir Goldstein <amir73il@gmail.com> Acked-by: Mimi Zohar <zohar@linux.vnet.ibm.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>