Andrew Morton wrote: > Jeff Garzik wrote: > >>I would rather not kill the code in submit_bh() outright, just disable >> it for non-filesystem developers. > > > submit_bh() is a slowpath ;) The one in mark_buffer_dirty() will be called Ah, indeed. > more often, possibly others. Kill! Overkill? (attached) I didn't mess with the BUG_ON's in submit_bh this time, just buffer_error() stuff. Jeff