[PATCH] Fix jbd assert failure on IO error.
From: Stephen Tweedie <sct@redhat.com> The buffer_uptodate flag gets cleared on IO failure, and this can panic jbd when it tries to write such a buffer. Relax the panic to be just a warning.
Showing
Please register or sign in to comment