Increased memfs fixed maximum file size to 40 blocks (i.e. 40 pages)

This commit is contained in:
Bahadir Balban
2008-11-07 16:29:24 +02:00
parent 1ddd7ac9c2
commit 122214f9b5

View File

@@ -42,7 +42,7 @@
#define MEMFS_TOTAL_SIZE SZ_8MB
#define MEMFS_TOTAL_INODES 128
#define MEMFS_TOTAL_BLOCKS 2000
#define MEMFS_FMAX_BLOCKS 5
#define MEMFS_FMAX_BLOCKS 40
#define MEMFS_BLOCK_SIZE PAGE_SIZE
#define MEMFS_MAGIC 0xB
#define MEMFS_NAME "memfs"