commit | 930f028abe39dfd0849b53131d19c4b67aacbe67 | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@redhat.com> | Fri Mar 04 14:41:41 2011 -0500 |
committer | Josef Bacik <josef@redhat.com> | Thu Mar 17 14:21:32 2011 -0400 |
tree | a7dc6cd1c09e351a88f43bd353000310745045d7 | |
parent | f0cd846e9221811d87047f1428cf5226e7236efe [diff] |
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 <josef@redhat.com>