From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zeniv.linux.org.uk ([195.92.253.2]:38980 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726751AbeH0BFv (ORCPT ); Sun, 26 Aug 2018 21:05:51 -0400 Date: Sun, 26 Aug 2018 22:22:03 +0100 From: Al Viro To: David Howells Cc: Linus Torvalds , linux-fsdevel@vger.kernel.org, linux-api@vger.kernel.org Subject: Re: [PATCH] mqueue: Fix bug from mount API conversion Message-ID: <20180826212203.GV6515@ZenIV.linux.org.uk> References: <20180823223145.GK6515@ZenIV.linux.org.uk> <21987.1535317428@warthog.procyon.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <21987.1535317428@warthog.procyon.org.uk> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Sun, Aug 26, 2018 at 10:03:48PM +0100, David Howells wrote: > Hi Al, Linus, > > I *think* the attached patch is needed with the new mount API. > > David > --- > mqueue: Fix bug from mount API conversion > > Fix a possible bug from the mount API conversion of the mqueue filesystem > whereby mq_init_ns() passes the root IPC namespace to mq_create_mount() > rather than the namespace passed in. > > I don't know if this is the bug Eric is reporting since he didn't give any > details. Applied and pushed.