Comment 19 for bug 37435

Revision history for this message
Stewart Smith (stewart) wrote : dpkg only to work properly on ext3 with data=ordered?

Scott, you are wrong. Out of order processing of file operations is a massive performance boost for the general case. It lets the operating system work out an optimal order to write things to disk to avoid seeks (and batch things up).

How can anybody advocate that dpkg should only work correctly on "linux ext3 with data=ordered" ? (ext3 also has data=writeback - should this option be removed because it's "buggy"?)