From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zeniv.linux.org.uk ([195.92.253.2]:51632 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389541AbeHARFu (ORCPT ); Wed, 1 Aug 2018 13:05:50 -0400 Date: Wed, 1 Aug 2018 16:19:37 +0100 From: Al Viro To: Kirill Tkhai Cc: "linux-fsdevel@vger.kernel.org" , LKML Subject: Re: Commit "new primitive: discard_new_inode()" introduces a problem Message-ID: <20180801151937.GN30522@ZenIV.linux.org.uk> References: <64a0f022-a32d-d4ee-7464-5c5ce0ebd222@virtuozzo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <64a0f022-a32d-d4ee-7464-5c5ce0ebd222@virtuozzo.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Wed, Aug 01, 2018 at 05:43:35PM +0300, Kirill Tkhai wrote: > Hi, Al, > > commit 22dc9a1682722fda8603991595528b87e90436f6 > Author: Al Viro > Date: Thu Jun 28 15:53:17 2018 -0400 > > new primitive: discard_new_inode() > > from current linux-next introduces the following problem. > It reproduces 100% in my test VM: > > # cat /etc/mtab > /dev/sda1 / ext4 rw 0 0 > proc /proc proc rw 0 0 > sysfs /sys sysfs rw 0 0 > devpts /dev/pts devpts rw,gid=5,mode=620 0 0 > tmpfs /dev/shm tmpfs rw,noexec,nosuid,nodev 0 0 > # echo 3 > /proc/sys/vm/drop_caches > # cat /etc/mtab > cat: /etc/mtab: Cannot allocate memory Can't reproduce here... Could you post your .config (and toolchain information, for the sake of completeness)?