[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <64a0f022-a32d-d4ee-7464-5c5ce0ebd222@virtuozzo.com>
Date: Wed, 1 Aug 2018 17:43:35 +0300
From: Kirill Tkhai <ktkhai@...tuozzo.com>
To: Alexander Viro <viro@...iv.linux.org.uk>,
"linux-fsdevel@...r.kernel.org" <linux-fsdevel@...r.kernel.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: Commit "new primitive: discard_new_inode()" introduces a problem
Hi, Al,
commit 22dc9a1682722fda8603991595528b87e90436f6
Author: Al Viro <viro@...iv.linux.org.uk>
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
Though:
# free
total used free shared buffers cached
Mem: 4047432 99988 3947444 0 1340 49148
-/+ buffers/cache: 49500 3997932
Swap: 0 0 0
Kirill
Powered by blists - more mailing lists