Re: [PATCH] selftests: memfd: add config fragment for fuse

2018-02-13 Thread Shuah Khan
On 02/06/2018 03:20 PM, Daniel Díaz wrote: > From: Anders Roxell > > The memfd test requires to insert the fuse module (CONFIG_FUSE_FS). > > Signed-off-by: Anders Roxell > Signed-off-by: Daniel Díaz > --- > tools/testing/selftests/memfd/config | 1 + > 1 file changed, 1 insertion(+) > create

[PATCH] selftests: memfd: add config fragment for fuse

2018-02-06 Thread Daniel Díaz
From: Anders Roxell The memfd test requires to insert the fuse module (CONFIG_FUSE_FS). Signed-off-by: Anders Roxell Signed-off-by: Daniel Díaz --- tools/testing/selftests/memfd/config | 1 + 1 file changed, 1 insertion(+) create mode 100644 tools/testing/selftests/memfd/config diff --git a