diff mbox series

selftests: mount: remove no longer needed config option

Message ID 20180626153213.676-1-anders.roxell@linaro.org
State Accepted
Commit 9a29ad52d5c0b4732b0decbddb67c4c3ff4a70ce
Headers show
Series selftests: mount: remove no longer needed config option | expand

Commit Message

Anders Roxell June 26, 2018, 3:32 p.m. UTC
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>

---
 tools/testing/selftests/mount/config | 1 -
 1 file changed, 1 deletion(-)

-- 
2.18.0

Comments

Anders Roxell July 26, 2018, 7:10 a.m. UTC | #1
On Tue, 26 Jun 2018 at 17:32, Anders Roxell <anders.roxell@linaro.org> wrote:
>

> 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>

> ---

>  tools/testing/selftests/mount/config | 1 -

>  1 file changed, 1 deletion(-)

>

> 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

> --

> 2.18.0

>


Ping.
diff mbox series

Patch

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