public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Commit "new primitive: discard_new_inode()" introduces a problem
@ 2018-08-01 14:43 Kirill Tkhai
  2018-08-01 15:19 ` Al Viro
  0 siblings, 1 reply; 11+ messages in thread
From: Kirill Tkhai @ 2018-08-01 14:43 UTC (permalink / raw)
  To: Alexander Viro, linux-fsdevel@vger.kernel.org, LKML

Hi, Al,

commit 22dc9a1682722fda8603991595528b87e90436f6
Author: Al Viro <viro@zeniv.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

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2018-08-02  7:43 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-01 14:43 Commit "new primitive: discard_new_inode()" introduces a problem Kirill Tkhai
2018-08-01 15:19 ` Al Viro
2018-08-01 15:43   ` Kirill Tkhai
2018-08-01 16:11     ` Al Viro
2018-08-01 16:16       ` Al Viro
2018-08-01 16:19         ` Kirill Tkhai
2018-08-01 16:34           ` Al Viro
2018-08-02  3:14             ` Rafael David Tinoco
2018-08-02  7:43             ` Kirill Tkhai
2018-08-01 16:27         ` Al Viro
2018-08-02  2:36           ` Rafael David Tinoco

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox