commit | bf4498ad3f9a0f7202cf90e52b5ce9bb31700b91 | [log] [tgz] |
---|---|---|
author | Hugh Dickins <hughd@google.com> | Mon Feb 17 20:04:19 2020 -0800 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Feb 18 15:07:30 2020 -0500 |
tree | b49f63169794b8f480940f92eb5a354b28134d95 | |
parent | bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9 [diff] |
tmpfs: deny and force are not huge mount options 5.6-rc1 commit 2710c957a8ef ("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>