diff options
| author | cah <cah@ableton.com> | 2020-08-05 23:57:59 +0200 |
|---|---|---|
| committer | cah <cah@ableton.com> | 2020-08-05 23:57:59 +0200 |
| commit | 2975f12879cf76b3b5e4d04392ae3d5f4cd02419 (patch) | |
| tree | 29f0c65f210077d7cb037e2894475947d20ac6cb /src/ext4.c | |
| parent | 45f52858ee2d2b19ce893cd6a55473eba57ec92c (diff) | |
Debug logz
Diffstat (limited to 'src/ext4.c')
| -rw-r--r-- | src/ext4.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1943,6 +1943,7 @@ int ext4_fwrite(ext4_file *file, const void *buf, size_t size, size_t *wcnt) fblock_count++; } + printf("fwrite --> ext4_blocks_set_direct\n"); r = ext4_blocks_set_direct(file->mp->fs.bdev, u8_buf, fblock_start, fblock_count); if (r != EOK) |
