commit | 7e21f14d179ee8973a9b18552854c9934fcbe370 | [log] [tgz] |
---|---|---|
author | Stefan Behrens <sbehrens@giantdisaster.de> | Tue May 07 12:23:30 2013 +0200 |
committer | Jiri Kosina <jkosina@suse.cz> | Tue May 28 12:02:12 2013 +0200 |
tree | d58c86eef4c6a359e0a5284c4a91e6c9a90931d5 | |
parent | 611a75e1874c96b06517dfc5357b0b15926e1251 [diff] |
btrfs: fix btrfs_extend_item() comment The size parameter to btrfs_extend_item() is the number of bytes to add to the item, not the size of the item after the operation (like it is for btrfs_truncate_item(), there the size parameter is not the number of bytes to take away, but the total size of the item after truncation). Fix it in the comment. Signed-off-by: Stefan Behrens <sbehrens@giantdisaster.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>