Btrfs: Copy into the log tree in big batches
authorChris Mason <chris.mason@oracle.com>
Thu, 11 Sep 2008 20:17:57 +0000 (16:17 -0400)
committerChris Mason <chris.mason@oracle.com>
Thu, 25 Sep 2008 15:04:07 +0000 (11:04 -0400)
commit31ff1cd25d376e8f499d450de177dffadc9e1c56
treeaa91844a70dcf0e285dd23318b5c80639c72b669
parentd00aff00139b40f2e9c60299d76aac29d72e48ba
Btrfs: Copy into the log tree in big batches

This changes the log tree copy code to use btrfs_insert_items and
to work in larger batches where possible.

Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/tree-log.c