diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2020-02-24 20:32:15 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-02-24 20:32:15 +0100 |
commit | bc570c14b260946a66e13882eace862dc6eb16f8 (patch) | |
tree | b2bd972daa8ffaf44556bf2409d7d0f3b096e68b /mm | |
parent | floppy: check FDC index for errors before assigning it (diff) | |
parent | tmpfs: deny and force are not huge mount options (diff) | |
download | linux-bc570c14b260946a66e13882eace862dc6eb16f8.tar.xz linux-bc570c14b260946a66e13882eace862dc6eb16f8.zip |
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull tmpfs fix from Al Viro:
"Regression from fs_parse series this cycle..."
* 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
tmpfs: deny and force are not huge mount options
Diffstat (limited to 'mm')
-rw-r--r-- | mm/shmem.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mm/shmem.c b/mm/shmem.c index c8f7540ef048..aad3ba74b0e9 100644 --- a/mm/shmem.c +++ b/mm/shmem.c @@ -3386,8 +3386,6 @@ static const struct constant_table shmem_param_enums_huge[] = { {"always", SHMEM_HUGE_ALWAYS }, {"within_size", SHMEM_HUGE_WITHIN_SIZE }, {"advise", SHMEM_HUGE_ADVISE }, - {"deny", SHMEM_HUGE_DENY }, - {"force", SHMEM_HUGE_FORCE }, {} }; |