commit | a038fab0cb873c75d6675e2bcffce8a3935bdce7 | [log] [tgz] |
---|---|---|
author | Yan, Zheng <yanzheng@21cn.com> | Mon Dec 28 05:01:58 2009 +0000 |
committer | Chris Mason <chris.mason@oracle.com> | Sun Jan 17 20:06:27 2010 -0500 |
tree | f128cf83728dccb1a5f392acb053ceccb4491aa3 | |
parent | 406266ab9ac8ed8b085c58aacd9e3161480dc5d5 [diff] |
Btrfs: align offsets for btrfs_ordered_update_i_size Some callers of btrfs_ordered_update_i_size can now pass in a NULL for the ordered extent to update against. This makes sure we properly align the offset they pass in when deciding how much to bump the on disk i_size. Signed-off-by: Chris Mason <chris.mason@oracle.com>