From: Anders Roxell Date: Tue, 26 Jun 2018 15:32:13 +0000 (+0200) Subject: selftests: mount: remove no longer needed config option X-Git-Tag: v4.19-rc1~74^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9a29ad52d5c0b4732b0decbddb67c4c3ff4a70ce;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Shuah Khan (Samsung OSG) --- diff --git a/tools/testing/selftests/mount/config b/tools/testing/selftests/mount/config index b5d881e48548b..416bd53ce9828 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