Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752543AbdFNUmT (ORCPT ); Wed, 14 Jun 2017 16:42:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60512 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751974AbdFNUmR (ORCPT ); Wed, 14 Jun 2017 16:42:17 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 38961461F7 Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=dhowells@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 38961461F7 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <22bc3062-e860-5266-7a2d-9f5eff8b8559@schaufler-ca.com> References: <22bc3062-e860-5266-7a2d-9f5eff8b8559@schaufler-ca.com> <149745330648.10897.9605870130502083184.stgit@warthog.procyon.org.uk> <149745339478.10897.13154531822843514976.stgit@warthog.procyon.org.uk> To: Casey Schaufler Cc: dhowells@redhat.com, mszeredi@redhat.com, viro@zeniv.linux.org.uk, linux-nfs@vger.kernel.org, jlayton@redhat.com, linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: Re: [PATCH 08/27] VFS: Introduce the structs and doc for a filesystem context [ver #5] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1401.1497472929.1@warthog.procyon.org.uk> Date: Wed, 14 Jun 2017 21:42:09 +0100 Message-ID: <1402.1497472929@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Wed, 14 Jun 2017 20:42:17 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 169 Lines: 8 Casey Schaufler wrote: > Could you namespace the fields of this structure? > e.g. fs_cred, fs_security Linus objects to that practice. David