Home
last modified time | relevance | path

Searched hist:"8 f69dbd236c1dc265c0fcd66e85a02712d5b9035" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Dctree.cdiff 8f69dbd236c1dc265c0fcd66e85a02712d5b9035 Tue May 07 05:23:30 CDT 2013 Stefan Behrens <sbehrens@giantdisaster.de> Btrfs: fix a 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: Josef Bacik <jbacik@fusionio.com>