Searched hist:"2885 fd632050ef47317a97a3a68bc98634a6e11e" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | btrfs_inode.h | diff 2885fd632050ef47317a97a3a68bc98634a6e11e Wed Oct 26 14:08:21 CDT 2022 Josef Bacik <josef@toxicpanda.com> btrfs: move inode prototypes to btrfs_inode.h
I initially wanted to make a new header file for this, but these prototypes do naturally fit into btrfs_inode.h. If we want to extract vfs from pure btrfs code in the future we may need to split this up, but btrfs_inode embeds the vfs_inode, so it makes sense to put the prototypes in this header for now.
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Signed-off-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | ctree.h | diff 2885fd632050ef47317a97a3a68bc98634a6e11e Wed Oct 26 14:08:21 CDT 2022 Josef Bacik <josef@toxicpanda.com> btrfs: move inode prototypes to btrfs_inode.h
I initially wanted to make a new header file for this, but these prototypes do naturally fit into btrfs_inode.h. If we want to extract vfs from pure btrfs code in the future we may need to split this up, but btrfs_inode embeds the vfs_inode, so it makes sense to put the prototypes in this header for now.
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Signed-off-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
|