From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx3-rdu2.redhat.com ([66.187.233.73]:47224 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727753AbeIFOxj (ORCPT ); Thu, 6 Sep 2018 10:53:39 -0400 From: David Howells In-Reply-To: <18703.1536228984@warthog.procyon.org.uk> References: <18703.1536228984@warthog.procyon.org.uk> <20180906001051.24015-1-avagin@openvz.org> To: Andrei Vagin Cc: dhowells@redhat.com, linux-fsdevel@vger.kernel.org, Andrei Vagin Subject: Re: [PATCH dhowells/mount-api] fs: fix checking an error code of security_fs_context_parse_param MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <19051.1536229132.1@warthog.procyon.org.uk> Date: Thu, 06 Sep 2018 11:18:52 +0100 Message-ID: <19052.1536229132@warthog.procyon.org.uk> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: > The change that needs making is to the documentation - in particular > lsm_hooks.h. And also the default for security_fs_context_parse_param() needs changing to -ENOPARAM. David