Skip to content

Commit

Permalink
Btrfs: get/set for struct header fields
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 12, 2007
1 parent 83e15a2 commit 7518a23
Show file tree
Hide file tree
Showing 10 changed files with 230 additions and 172 deletions.
2 changes: 1 addition & 1 deletion fs/btrfs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tester: $(objects) random-test.o
quick-test: $(objects) quick-test.o
gcc $(CFLAGS) -o quick-test $(objects) quick-test.o

$(objects) : $(headers)
$(objects): $(headers)

clean :
rm debug-tree tester *.o
Expand Down
1 change: 1 addition & 0 deletions fs/btrfs/TODO
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
* cleanup, add more error checking, get rid of BUG_ONs
* endian fixes
* Make IO functions look more like the page cache
* Fix ENOSPC handling
* make blocksize a mkfs parameter instead of #define
Expand Down
Loading

0 comments on commit 7518a23

Please sign in to comment.