[PATCH] Fix the __block_write_full_page() error path.
Fix the ENOSPC recovery code in __block_write_full_page() - Don't write out clean buffers. - Set PG_writeback before submitting the IO. Otherwise the completion handler will go BUG when it sees a non-PageWriteback page. If the IO is very fast, or synchronous.
Showing
Please register or sign in to comment