From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bombadil.infradead.org ([198.137.202.133]:55664 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728966AbeLTHl1 (ORCPT ); Thu, 20 Dec 2018 02:41:27 -0500 Date: Wed, 19 Dec 2018 23:41:25 -0800 From: Christoph Hellwig Subject: Re: [PATCH v1] xfstests: filter the default EA Message-ID: <20181220074125.GA24403@infradead.org> References: <1545191068-6719-1-git-send-email-xifeng@redhat.com> <20181219071834.GA14993@infradead.org> <966737066.61401666.1545272222334.JavaMail.zimbra@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: fstests-owner@vger.kernel.org To: Steve French Cc: Xiaoli Feng , Christoph Hellwig , fstests@vger.kernel.org, Ronnie Sahlberg , sprabhu , CIFS List-ID: On Wed, Dec 19, 2018 at 08:24:26PM -0600, Steve French wrote: > > # touch cifs/file > > # getfattr cifs/file > > # file: cifs/file > > user.security.selinux > > user.security.selinux is not a cifs EA. This "default EA" is not > handled/returned by CIFS. The user. prefix for security.selinux is bogus. Someone on either the server or client side has a bad bug here.