From: Josef Bacik Date: Sun, 23 May 2010 15:07:21 +0000 (-0400) Subject: Btrfs: do aio_write instead of write X-Git-Tag: v2.6.35-rc1~36^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11c65dccf70be9ace5dbd3906778e1a099b1fee1;p=pandora-kernel.git Btrfs: do aio_write instead of write In order for AIO to work, we need to implement aio_write. This patch converts our btrfs_file_write to btrfs_aio_write. I've tested this with xfstests and nothing broke, and the AIO stuff magically started working. Thanks, Signed-off-by: Josef Bacik Signed-off-by: Chris Mason --- Reading git-diff-tree failed