From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com ([209.132.183.28]:65247 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753231AbdJMNoo (ORCPT ); Fri, 13 Oct 2017 09:44:44 -0400 Date: Fri, 13 Oct 2017 15:44:36 +0200 From: Stanislaw Gruszka To: linux-kernel@vger.kernel.org Cc: linux-fsdevel@vger.kernel.org, Alexander Viro , Oleg Nesterov Subject: Crash in bm_evict_inode() during shutdown. Message-ID: <20171013134436.GB3359@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On 4.14-rc4 updated today, I have OOPS on bm_evict_inode(). It happens every time during shutdown of the system. Seems e = inode->i_private is NULL and e->flags crashes. Picture with the OOPS call trace is here: http://people.redhat.com/sgruszka/DSC_0733.JPG Thanks Stanislaw