diff options
| author | Qu Wenruo <wqu@suse.com> | 2020-06-24 18:03:15 +0200 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2020-09-07 21:00:36 -0400 |
| commit | 5573c20fad115e0b4c361b3805736f8a8d58dff1 (patch) | |
| tree | 1a3ec0fec8599debb48c7e7e1bebd713278d9c77 /fs/btrfs/Makefile | |
| parent | e8e95c7ee183f949129a0e3b46d3d238c3928535 (diff) | |
| download | u-boot-5573c20fad115e0b4c361b3805736f8a8d58dff1.tar.gz u-boot-5573c20fad115e0b4c361b3805736f8a8d58dff1.tar.xz u-boot-5573c20fad115e0b4c361b3805736f8a8d58dff1.zip | |
fs: btrfs: Cleanup the old implementation
This cleans up the now unneeded code from the old btrfs implementation.
Signed-off-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: Marek BehĂșn <marek.behun@nic.cz>
Diffstat (limited to 'fs/btrfs/Makefile')
| -rw-r--r-- | fs/btrfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/btrfs/Makefile b/fs/btrfs/Makefile index 8d76422ce2..fc074c84d2 100644 --- a/fs/btrfs/Makefile +++ b/fs/btrfs/Makefile @@ -2,6 +2,6 @@ # # 2017 Marek Behun, CZ.NIC, marek.behun@nic.cz -obj-y := btrfs.o chunk-map.o compression.o ctree.o dev.o dir-item.o \ - extent-io.o inode.o root.o subvolume.o crypto/hash.o disk-io.o \ +obj-y := btrfs.o compression.o ctree.o dev.o dir-item.o \ + extent-io.o inode.o subvolume.o crypto/hash.o disk-io.o \ common/rbtree-utils.o extent-cache.o volumes.o root-tree.o |
