From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hugh Dickins Subject: Re: Lock Directory failure Date: Tue, 19 Aug 2014 09:34:49 -0700 (PDT) Message-ID: References: <20140818163209.GJ9662@saruman.home> <20140820012345.7c358fd7@canb.auug.org.au> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Thierry Reding , Jonas Jensen , Ming Lei , Kevin Hilman , Felipe Balbi , "Eric W. Biederman" , Al Viro , Andrew Morton , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org To: Stephen Rothwell Return-path: In-Reply-To: <20140820012345.7c358fd7@canb.auug.org.au> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Wed, 20 Aug 2014, Stephen Rothwell wrote: > On Mon, 18 Aug 2014 13:58:26 -0700 (PDT) Hugh Dickins wrote: > > > > [PATCH next] vfs: initialize m_list to fix crash in mnt_set_mountpoint > > > > Fix mnt_set_mountpoint() crash: new_mountpoint() must initialize m_list. > > > > Reported-by: Felipe Balbi > > Signed-off-by: Hugh Dickins > > I assume that this is a fix for commit 89f7ca1af15b ("vfs: Keep a list > of mounts on a mount point") that is currently i the vfs tree. I will > apply this patch as a fix up for the vfs tree in linux-next today. Yes, that's it: thanks a lot, Stephen, that will help everybody. I should acknowledge that Thierry Reding posted the same fix (a few lines away) before mine, but I only came across his later in the day. Hugh