mirror of
https://github.com/Dasharo/linux.git
synced 2026-03-06 15:25:10 -08:00
If the device doesn't support write barriers, the write is retried without ordered mode. But the buffer head needs to be re-locked or submit_bh will fail with on BUG(!buffer_locked(bh)). Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>