Skip to content

Commit

Permalink
Mountable btrfs, with readdir
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Mason <chris.mason@oracle.com>
  • Loading branch information
Chris Mason authored and David Woodhouse committed Mar 22, 2007
1 parent 2e635a2 commit e20d96d
Show file tree
Hide file tree
Showing 14 changed files with 651 additions and 490 deletions.
5 changes: 3 additions & 2 deletions fs/btrfs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ ifneq ($(KERNELRELEASE),)
# kbuild part of makefile

obj-m := btrfs.o
btrfs-y := super.o
btrfs-y := super.o ctree.o extent-tree.o print-tree.o root-tree.o dir-item.o \
hash.o file-item.o inode-item.o inode-map.o disk-io.o

#btrfs-y := ctree.o disk-io.o radix-tree.o extent-tree.o print-tree.o \
# root-tree.o dir-item.o hash.o file-item.o inode-item.o \
Expand All @@ -14,7 +15,7 @@ else

KERNELDIR := /lib/modules/`uname -r`/build
all::
$(MAKE) -C $(KERNELDIR) M=`pwd` modules
$(MAKE) C=1 -C $(KERNELDIR) M=`pwd` modules
clean::
rm *.o btrfs.ko
endif
Loading

0 comments on commit e20d96d

Please sign in to comment.