[PATCH] suppress some buffer-layer warnings on write IO errors
The buffer-stripping code gets upset when it sees a non-uptodate buffer against an uptodate page. This happens because the write end_io handler clears BH_Uptodate. Add a buffer_req() test to suppress these warnings.
Showing
Please register or sign in to comment