commit | cd354ad613a393424f85333ceed6b15e07fb94ae | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Thu Oct 20 15:45:37 2011 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Sun Nov 06 03:03:47 2011 -0500 |
tree | 98261d8cc0a0f3808fd34037629a92d31a670b19 | |
parent | dff51cd1c60856c28f5d22a571294c2b70b6b322 [diff] |
Btrfs: don't wait as long for more batches during SSD log commit When we're doing log commits, we try to wait for more writers to come in and make the commit bigger. This helps improve performance on rotating disks, but on SSDs it adds latencies. Signed-off-by: Chris Mason <chris.mason@oracle.com>