diff options
author | Byron Stanoszek <gandalf@winds.org> | 2020-09-19 06:20:18 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-09-19 22:13:38 +0200 |
commit | bb3e96d63eb75a2f4ff790b089f6b93614c729a1 (patch) | |
tree | acdc903969e1ae6165a9356debfb40a0dcf08c79 /kernel/kprobes.c | |
parent | mlock: fix unevictable_pgs event counts on THP (diff) | |
download | linux-bb3e96d63eb75a2f4ff790b089f6b93614c729a1.tar.xz linux-bb3e96d63eb75a2f4ff790b089f6b93614c729a1.zip |
tmpfs: restore functionality of nr_inodes=0
Commit e809d5f0b5c9 ("tmpfs: per-superblock i_ino support") made changes
to shmem_reserve_inode() in mm/shmem.c, however the original test for
(sbinfo->max_inodes) got dropped. This causes mounting tmpfs with option
nr_inodes=0 to fail:
# mount -ttmpfs -onr_inodes=0 none /ext0
mount: /ext0: mount(2) system call failed: Cannot allocate memory.
This patch restores the nr_inodes=0 functionality.
Fixes: e809d5f0b5c9 ("tmpfs: per-superblock i_ino support")
Signed-off-by: Byron Stanoszek <gandalf@winds.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: Hugh Dickins <hughd@google.com>
Acked-by: Chris Down <chris@chrisdown.name>
Link: https://lkml.kernel.org/r/20200902035715.16414-1-gandalf@winds.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions