-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Another problem in reiserfs_resize: This time it's the writing of the new bitmaps. It writes them outside of ~ journal control, which is fine. It does it synchronously, and if the transaction following it doesn't complete, then the new bitmaps aren't used anyway. However, it doesn't check to see if the writing of the new bitmap blocks succeeded, so the bitmaps may contain invalid data later on. Attached is a patch that checks the error status of the bitmap block and returns -EIO as appropriate. - -Jeff - -- Jeff Mahoney SuSE Labs jeffm@suse.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFAhCNSLPWxlyuTD7IRAjA9AKCkdFGco8nKraGP11pY7Ya0aMkA2wCeNSou /A+i7SeSTDRzfeM6V36h1xc= =9ZE9 -----END PGP SIGNATURE-----