From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [PATCH] xfs: publish UUID in struct super_block Date: Thu, 27 Apr 2017 14:22:05 +0100 Message-ID: <12937.1493299325@warthog.procyon.org.uk> References: <1493279911-2936-1-git-send-email-amir73il@gmail.com> <20170427075946.GA22284@lst.de> <5818.1493297821@warthog.procyon.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Return-path: Received: from mx1.redhat.com ([209.132.183.28]:34140 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934088AbdD0NWM (ORCPT ); Thu, 27 Apr 2017 09:22:12 -0400 In-Reply-To: Content-ID: <12936.1493299325.1@warthog.procyon.org.uk> Sender: linux-unionfs-owner@vger.kernel.org List-Id: linux-unionfs@vger.kernel.org To: Amir Goldstein Cc: dhowells@redhat.com, Christoph Hellwig , "Darrick J . Wong" , Miklos Szeredi , Vivek Goyal , Al Viro , linux-xfs , linux-unionfs@vger.kernel.org, linux-fsdevel Amir Goldstein wrote: > You mean if it is NULL_UUID_LE? Yes, that is what I do now. > Christoph suggested that this is not robust enough. > I'm rather indifferent about the need of a flag. I was thinking more that s_uuid would be a NULL pointer if the fs doesn't have a uuid. David