On Fri, Sep 11, 2015 at 1:40 PM, Josef Bacik <jbacik@xxxxxx> wrote: > > So we talked about this when we were trying to figure out a solution. The > problem with this approach is now we have a plug that covers multiple super > blocks (__writeback_inodes_wb loops through the sb's starts writeback), > which is likely to give us crappier performance than no plug at all. Why would that be? Either they are on separate disks, and the IO is all independent anyway, and at most it got started by some (small) CPU-amount later. Actual throughput should be the same. No? Or the filesystems are on the same disk, in which case it should presumably be a win to submit the IO together. Of course, actual numbers would be the deciding factor if this really is noticeable. But "cleaner code and saner locking" is definitely an issue at least for me. Linus -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html