mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-08 20:05:54 +00:00
parent
970f8cf3ed
commit
77a2e02a0d
@ -62,7 +62,7 @@ static Libc::Plugin_context *vfs_context(Vfs::Vfs_handle *vfs_handle)
|
||||
static void vfs_stat_to_libc_stat_struct(Vfs::Directory_service::Stat const &src,
|
||||
struct stat *dst)
|
||||
{
|
||||
enum { FS_BLOCK_SIZE = 1024 };
|
||||
enum { FS_BLOCK_SIZE = 4096 };
|
||||
|
||||
Genode::memset(dst, 0, sizeof(*dst));
|
||||
|
||||
|
@ -232,7 +232,7 @@ static bool noux_syscall(Noux::Session::Syscall opcode)
|
||||
}
|
||||
|
||||
|
||||
enum { FS_BLOCK_SIZE = 1024 };
|
||||
enum { FS_BLOCK_SIZE = 4096 };
|
||||
|
||||
|
||||
/***********************************************
|
||||
|
Loading…
x
Reference in New Issue
Block a user