[PATCH] ext3: fix for blocksize < PAGE_CACHE_SIZE
If a buffer_head is outside i_size, block_write_full_page() will leave it !buffer_mapped(). We shouldn't attach that buffer to the transaction for writeout! This bug has been in 2.5 for some time.
Showing
Please register or sign in to comment