]> git.ipfire.org Git - people/ms/u-boot.git/commit
fs: btrfs: Add btrfs_tree.h and ctree.h from Linux (and modified)
authorMarek BehĂșn <marek.behun@nic.cz>
Sun, 3 Sep 2017 15:00:26 +0000 (17:00 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 3 Oct 2017 01:52:17 +0000 (21:52 -0400)
commitd4a704af5d2d365c85801a7d3cd5560fa865d445
tree5bb2c0f178f457b83354aaed3a683755374626cf
parent59981e6a3d6074bf5413c1875a95325a4b8c01ca
fs: btrfs: Add btrfs_tree.h and ctree.h from Linux (and modified)

Add btrfs_tree.h and ctree.h from Linux which contains constants
and structures for the BTRFS filesystem.

Signed-off-by: Marek Behun <marek.behun@nic.cz>
 create mode 100644 fs/btrfs/btrfs_tree.h
 create mode 100644 fs/btrfs/ctree.h
fs/btrfs/btrfs_tree.h [new file with mode: 0644]
fs/btrfs/ctree.h [new file with mode: 0644]