commit | 11c65dccf70be9ace5dbd3906778e1a099b1fee1 | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@redhat.com> | Sun May 23 11:07:21 2010 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Tue May 25 10:34:57 2010 -0400 |
tree | 1289f139ddf652e39672374b6f9051994c21ce57 | |
parent | 4b46fce23349bfca781a32e2707a18328ca5ae22 [diff] |
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 <josef@redhat.com> Signed-off-by: Chris Mason <chris.mason@oracle.com>