From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Shevchenko Subject: Re: [PATCH 15/24] block: remove blk_part_pack_uuid Date: Wed, 31 May 2017 21:16:34 +0300 Message-ID: <1496254594.28981.37.camel@linux.intel.com> References: <20170531161826.23243-1-hch@lst.de> <20170531161826.23243-16-hch@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: <20170531161826.23243-16-hch@lst.de> Sender: linux-fsdevel-owner@vger.kernel.org To: Christoph Hellwig , Amir Goldstein , linux-fsdevel@vger.kernel.org Cc: Shaohua Li , Dan Williams , David Howells , Steven Whitehouse , Mimi Zohar , linux-xfs@vger.kernel.org, linux-raid@vger.kernel.org, linux-nvdimm@lists.01.org, linux-kernel@vger.kernel.org, linux-block@vger.kernel.org List-Id: linux-raid.ids 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, > -     entry->fsuuid); > + result = uuid_to_bin(args[0].from, (uuid_t > *)&entry->fsuuid); > uuid_parse() ? -- Andy Shevchenko Intel Finland Oy