Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128287
b: refs/heads/master
c: e089f05
h: refs/heads/master
i:
  128285: 22fdd9d
  128283: ea555fa
  128279: 9ba2c11
  128271: 67965a4
  128255: ad8077d
v: v3
  • Loading branch information
Chris Mason authored and David Woodhouse committed Mar 16, 2007
1 parent a4fe010 commit fc3b261
Show file tree
Hide file tree
Showing 17 changed files with 427 additions and 304 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 88fd146c27da0f34c512f47e2b3776a0762ecd81
refs/heads/master: e089f05c18ab36ed5fa7e2319052e03ab800d518
4 changes: 2 additions & 2 deletions trunk/fs/btrfs/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CC=gcc
CFLAGS = -g -Wall
CFLAGS = -g -Wall -Werror
headers = radix-tree.h ctree.h disk-io.h kerncompat.h print-tree.h list.h
objects = ctree.o disk-io.o radix-tree.o mkfs.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 +14,7 @@ check=sparse $(CHECKFLAGS)
$(check) $<
$(CC) $(CFLAGS) -c $<

all: tester debug-tree quick-test dir-test
all: tester debug-tree quick-test dir-test tags

debug-tree: $(objects) debug-tree.o
gcc $(CFLAGS) -o debug-tree $(objects) debug-tree.o
Expand Down
2 changes: 2 additions & 0 deletions trunk/fs/btrfs/TODO
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
* Add block mapping tree (simple dm layer)
* Add simple tree locking (semaphore per tree)
* Make allocator smarter
* Only pin blocks allocated in this transaction
* Add transaction handles
* Do actual block accounting
* Check compat and incompat flags on the inode
* Port into the kernel
Expand Down
Loading

0 comments on commit fc3b261

Please sign in to comment.