Btrfs: don't use threaded IO completion helpers for metadata writes
authorChris Mason <chris.mason@oracle.com>
Fri, 23 Mar 2012 14:22:46 +0000 (10:22 -0400)
committerChris Mason <chris.mason@oracle.com>
Mon, 26 Mar 2012 21:04:24 +0000 (17:04 -0400)
commitf3f266ab1bfe4770375d24fa8e72a03278e9450a
tree7b3e7f79cad427e978230da6afa8d51a4aa6b58f
parentf7c79f30cb2d3883488e70cafc9e3a7edd4b9fdb
Btrfs: don't use threaded IO completion helpers for metadata writes

The metadata write IO completion code is now simple enough that we
don't need the threaded helpers anymore.

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