commit | a63d12678369f4ab0edf8fc5741825c035e78bf9 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Wed May 26 21:29:14 2004 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed May 26 21:29:14 2004 -0400 |
tree | 4f50ad32b1398bbea9bdf59cd2aad58eb711e2d7 | |
parent | a002e7e200308eb010f55f19b673a53775a7cccd [diff] |
closefs.c (ext2fs_flush): Make sure the master superblock is written last, and only after other I/O has been flushed to disk. Thanks to Junfeng Yang from the Stanford Metacompilation group for pointing a potential ordering constraint problem if we don't write things out in the right order.