From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 11 Sep 2018 16:54:03 -0700 From: Guenter Roeck To: David Howells Cc: viro@zeniv.linux.org.uk, torvalds@linux-foundation.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, Steven Rostedt Subject: Re: [PATCH 14/33] vfs: Implement a filesystem superblock creation/configuration context [ver #11] Message-ID: <20180911235403.GA10107@roeck-us.net> References: <20180911220743.GA13208@roeck-us.net> <20180911174641.GA15149@roeck-us.net> <153313703562.13253.5766498657900728120.stgit@warthog.procyon.org.uk> <153313714181.13253.304098108512966976.stgit@warthog.procyon.org.uk> <27113.1536702746@warthog.procyon.org.uk> <32382.1536707855@warthog.procyon.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <32382.1536707855@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: On Wed, Sep 12, 2018 at 12:17:35AM +0100, David Howells wrote: > Guenter Roeck wrote: > > > [ 8.507672] RIP: 0010:reconfigure_super+0x47/0x210 > > Can you tell me the file and line this corresponds to? > I don't know, but some debugging shows that fc->ops == NULL. Guenter