mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-24 19:40:21 +09:00
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
This commit is contained in:
@@ -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 },
|
||||
{}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user