shithub: riscv

Download patch

ref: 90bd02d5af84eaaffe5adb1a175c8fbb2295a7e4
parent: 2e85e328864c215c2efa228f129ce3fa6aa1db1f
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Tue Jul 14 18:33:27 EDT 2015

mk9660: write data in alphabetical order

*after* writing, the directory tree gets alphabetically sorted for
path table. this causes data to not be in the same order as it was
written causing seeks when taring up the filesystem.

so instead write the files in alphabetical order as well to better
match the directory sorting.