Btrfs: Handle data block end_io through the async work queue
authorChris Mason <chris.mason@oracle.com>
Wed, 9 Apr 2008 20:28:12 +0000 (16:28 -0400)
committerChris Mason <chris.mason@oracle.com>
Thu, 25 Sep 2008 15:04:01 +0000 (11:04 -0400)
commit22c599485b1fdd95e4476a4752596a6cf6c6629a
treef34285bfb545cf7abed9be6ad12a61e80dbb4bb5
parentce9adaa5a792c2099a83246265eb4055bc38b6b8
Btrfs: Handle data block end_io through the async work queue

Before it was done by the bio end_io routine, the work queue code is able
to scale much better with faster IO subsystems.

Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/disk-io.c
fs/btrfs/disk-io.h
fs/btrfs/inode.c