Skip to content

Commit bc570c1

Browse files
committed
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
2 parents 2e90ca6 + bf4498a commit bc570c1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mm/shmem.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3386,8 +3386,6 @@ static const struct constant_table shmem_param_enums_huge[] = {
33863386
{"always", SHMEM_HUGE_ALWAYS },
33873387
{"within_size", SHMEM_HUGE_WITHIN_SIZE },
33883388
{"advise", SHMEM_HUGE_ADVISE },
3389-
{"deny", SHMEM_HUGE_DENY },
3390-
{"force", SHMEM_HUGE_FORCE },
33913389
{}
33923390
};
33933391

0 commit comments

Comments
 (0)