shithub: riscv

Download patch

ref: 64d18a993fec0fc3d69e58514341d6afcea6c092
parent: f39e53151bfcbecdced66cf9fcec75a27507ee54
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Wed Feb 14 14:22:49 EST 2024

ext4srv: clean up and fix a couple bugs

* replace nonsensical string matching with explicit mount point arg
* fix ext4_fseek _subtracting_ the offset if seeking from the EOF
* fix ext4_fwrite - always set the number of bytes written
* remove symlink resolving - it's Plan 9. give up.
* reduce the number of allocations