From a20fbe78ec1a84a557ed9bcf5412b1b7c530aa35 Mon Sep 17 00:00:00 2001 From: Ralf Kirchner Date: Wed, 28 Nov 2012 14:43:32 +0100 Subject: dosfs: Block size optimization Change block size of bdbuf to the cluster size if the data clusters are aligned on a cluster boundary. This enables fast access to data clusters. --- testsuites/fstests/mdosfs_support/fs_support.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/fstests') diff --git a/testsuites/fstests/mdosfs_support/fs_support.c b/testsuites/fstests/mdosfs_support/fs_support.c index 123e9df9ab..62370c9a9b 100644 --- a/testsuites/fstests/mdosfs_support/fs_support.c +++ b/testsuites/fstests/mdosfs_support/fs_support.c @@ -28,7 +28,7 @@ msdos_format_request_param_t rqdata = { OEMName: "RTEMS", VolLabel: "RTEMSDisk", - sectors_per_cluster: 0, + sectors_per_cluster: 2, fat_num: 0, files_per_root_dir: 0, media: 0, -- cgit v1.2.3