Re: [PATCH 14/23] xfs: use the common helper uuid_is_null()

2017-05-18 Thread Brian Foster
On Thu, May 18, 2017 at 08:26:56AM +0200, Christoph Hellwig wrote: > From: Amir Goldstein > > Use the common helper uuid_is_null() and remove the xfs specific > helper uuid_is_nil(). > > The common helper does not check for the NULL pointer value as > xfs helper did, but xfs code never calls the

[PATCH 14/23] xfs: use the common helper uuid_is_null()

2017-05-17 Thread Christoph Hellwig
From: Amir Goldstein Use the common helper uuid_is_null() and remove the xfs specific helper uuid_is_nil(). The common helper does not check for the NULL pointer value as xfs helper did, but xfs code never calls the helper with a pointer that can be NULL. Conform comments and warning strings to