]> git.baikalelectronics.ru Git - kernel.git/commit
tmpfs: deny and force are not huge mount options
authorHugh Dickins <hughd@google.com>
Tue, 18 Feb 2020 04:04:19 +0000 (20:04 -0800)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 18 Feb 2020 20:07:30 +0000 (15:07 -0500)
commit153dbbc2d5fbda882bc7d9b36b58d1c8e953464c
treeb49f63169794b8f480940f92eb5a354b28134d95
parent9f9285b96014e47599924b03ab0c07fa1549e04b
tmpfs: deny and force are not huge mount options

5.6-rc1 commit d08955c87f7e ("fs_parse: get rid of ->enums") regressed
the huge tmpfs mount options to an earlier state: "deny" and "force"
are not valid there, and can crash the kernel.  Delete those lines.

Signed-off-by: Hugh Dickins <hughd@google.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
mm/shmem.c