diff options
author | Anders Roxell <anders.roxell@linaro.org> | 2018-06-26 18:32:13 +0300 |
---|---|---|
committer | Shuah Khan (Samsung OSG) <shuah@kernel.org> | 2018-08-09 20:26:07 +0300 |
commit | 9a29ad52d5c0b4732b0decbddb67c4c3ff4a70ce (patch) | |
tree | 02fa47dd2b0387e1ba99aee3b71563ac2857abb0 /tools | |
parent | a0dde8be2ab8a92ab512e99bea5343017b639c9e (diff) | |
download | linux-9a29ad52d5c0b4732b0decbddb67c4c3ff4a70ce.tar.xz |
selftests: mount: remove no longer needed config option
Since commit eedf265aa003 ("devpts: Make each mount of devpts an
independent filesystem.") CONFIG_DEVPTS_MULTIPLE_INSTANCES isn't needed
in the defconfig anymore.
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/selftests/mount/config | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/mount/config b/tools/testing/selftests/mount/config index b5d881e48548..416bd53ce982 100644 --- a/tools/testing/selftests/mount/config +++ b/tools/testing/selftests/mount/config @@ -1,2 +1 @@ CONFIG_USER_NS=y -CONFIG_DEVPTS_MULTIPLE_INSTANCES=y |