commit | 26c2c4540d6d5c85a22a857ccda304361f1afeaf | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@toxicpanda.com> | Fri Dec 03 17:18:03 2021 -0500 |
committer | David Sterba <dsterba@suse.com> | Fri Jan 07 14:18:23 2022 +0100 |
tree | 9e3088200b5907be5c7ed5e6b4c1290ca68abae7 | |
parent | 727e60604f6a61b8e4330e8fe63a8cf0a067d29d [diff] |
btrfs: add an inode-item.h We have a few helpers in inode-item.c, and I'm going to make a few changes to how we do truncate in the future, so break out these definitions into their own header file to trim down ctree.h some and make it easier to do the work on truncate in the future. Reviewed-by: Filipe Manana <fdmanana@suse.com> Signed-off-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>