summaryrefslogtreecommitdiff
path: root/blockdev/filedev
diff options
context:
space:
mode:
authorgkostka <kostka.grzegorz@gmail.com>2013-10-27 18:07:39 +0000
committergkostka <kostka.grzegorz@gmail.com>2013-10-27 18:07:39 +0000
commit266c5e53b09b2bdb1c7a2301616dbbbd6b5d5f11 (patch)
tree7a05afd73ea14deb7422602d5ce19e12b1b2885b /blockdev/filedev
parenta48f2f6fecddd54a5830d6b61cfc608fb3f364c3 (diff)
Add readme file.
Diffstat (limited to 'blockdev/filedev')
-rw-r--r--blockdev/filedev/ext4_filedev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/blockdev/filedev/ext4_filedev.c b/blockdev/filedev/ext4_filedev.c
index 68e6e59..d0530d8 100644
--- a/blockdev/filedev/ext4_filedev.c
+++ b/blockdev/filedev/ext4_filedev.c
@@ -66,7 +66,7 @@ EXT4_BLOCKDEV_STATIC_INSTANCE(
);
/******************************************************************************/
-EXT4_BCACHE_STATIC_INSTANCE(__cache, 8, 1024);
+EXT4_BCACHE_STATIC_INSTANCE(__cache, CONFIG_BLOCK_DEV_CACHE_SIZE, 1024);
/******************************************************************************/
static int filedev_open(struct ext4_blockdev *bdev)