Ivan Zhakov wrote: > Please find patch that adds disk flushes to FSFS packing code in attachment. > > I'm currently testing it and going to commit it later. This patch > should also slightly improve packing performance as a bonus, since we > can avoid APR buffered IO for some cases.
Note that you can simplify svn_fs_fs__copy_revprops() a little further by avoiding the stream completely, as in my previous email in this thread. - Julian