From: Josef Bacik Date: Fri, 9 Nov 2012 15:53:21 +0000 (-0500) Subject: Btrfs: do not call file_update_time in aio_write X-Git-Tag: v3.8-rc1~71^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c760c072403f446ff829ec9e89568943a3c2ef2;p=pandora-kernel.git Btrfs: do not call file_update_time in aio_write This starts a transaction and dirties the inode everytime we call it, which is super expensive if you have a write heavy workload. We will be updating the inode when the IO completes and we reserve the space for the inode update when we reserve space for the write, so there is no chance of loss of information or enospc issues. Thanks, Signed-off-by: Josef Bacik Signed-off-by: Chris Mason --- Reading git-diff-tree failed