mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
Using a single transaction to both erase the bulk of the data and the rebuild of that data means that the in-memory index list is maintained, and not written out to disk until it is all compleated. All the writes then occour at the end. Andrew Bartlett