From 741a221fdbf4c53793a7121bf824980c7f62d1ea Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 3 Feb 2017 09:24:43 -0600 Subject: [PATCH] Soft link: make SOFTLINK configuration EXPERIMENTAL. There are still issues. --- fs/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/Kconfig b/fs/Kconfig index 05ab5daea9..1bd8d5f945 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -43,7 +43,7 @@ config DISABLE_PSEUDOFS_OPERATIONS config PSEUDOFS_SOFTLINKS bool "Pseudo-filesystem soft links" default n - depends on !DISABLE_PSEUDOFS_OPERATIONS + depends on !DISABLE_PSEUDOFS_OPERATIONSi && EXPERIMENTAL ---help--- Enable support for soft links in the pseudeo file system. Soft links are not supported within mounted volumes by any NuttX file