From: Josef Bacik Date: Fri, 4 Mar 2011 19:41:41 +0000 (-0500) Subject: Btrfs: use mark_inode_dirty when expanding the file X-Git-Tag: v2.6.39-rc1~19^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=930f028abe39dfd0849b53131d19c4b67aacbe67;p=pandora-kernel.git Btrfs: use mark_inode_dirty when expanding the file Mark_inode_dirty will call btrfs_dirty_inode which will take care of updating the inode. This makes setsize a little cleaner since we don't have to start a transaction and update the inode in there, we can just call mark_inode_dirty. Thanks, Signed-off-by: Josef Bacik --- Reading git-diff-tree failed