summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/jffs2_support/fs_support.c
diff options
context:
space:
mode:
authorKinsey Moore <kinsey.moore@oarcorp.com>2019-10-04 16:11:30 -0500
committerJoel Sherrill <joel@rtems.org>2023-03-15 13:29:12 -0500
commit5db68a5859e2ec04b6e49ed2a04243a1b78358eb (patch)
tree35c3799d588865447b4b18e0cab0c76a8f2e7249 /testsuites/fstests/jffs2_support/fs_support.c
parentcpukit/jffs2: Import wbuf.c from upstream (diff)
downloadrtems-5db68a5859e2ec04b6e49ed2a04243a1b78358eb.tar.bz2
cpukit/jffs2: Add support for NAND under JFFS2
This adds write buffer and bad block support required for JFFS2 operation on NAND devices. This also adds the minor modifications necessary for RTEMS support in the Linux header stubs and in wbuf.c. Memory and NOR backed applications should experience no difference in operation since they do not expose the callbacks required for write buffer support.
Diffstat (limited to '')
-rw-r--r--testsuites/fstests/jffs2_support/fs_support.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/fstests/jffs2_support/fs_support.c b/testsuites/fstests/jffs2_support/fs_support.c
index 2aa04a27c6..c2f2dcaf8e 100644
--- a/testsuites/fstests/jffs2_support/fs_support.c
+++ b/testsuites/fstests/jffs2_support/fs_support.c
@@ -163,7 +163,7 @@ void test_shutdown_filesystem(void)
#define CONFIGURE_MAXIMUM_FILE_DESCRIPTORS 40
-#define CONFIGURE_MAXIMUM_TASKS 1
+#define CONFIGURE_MAXIMUM_TASKS 2
#define CONFIGURE_INIT_TASK_STACK_SIZE (32 * 1024)
#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT