Btrfs: don't wait as long for more batches during SSD log commit
commitcd354ad613a393424f85333ceed6b15e07fb94ae
authorChris Mason <chris.mason@oracle.com>
Thu, 20 Oct 2011 19:45:37 +0000 (20 15:45 -0400)
committerChris Mason <chris.mason@oracle.com>
Sun, 6 Nov 2011 08:03:47 +0000 (6 03:03 -0500)
tree98261d8cc0a0f3808fd34037629a92d31a670b19
parentdff51cd1c60856c28f5d22a571294c2b70b6b322
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>
fs/btrfs/tree-log.c