diff options
author | Chris Mason <chris.mason@oracle.com> | 2007-03-15 19:03:33 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@hera.kernel.org> | 2007-03-15 19:03:33 -0400 |
commit | 1e1d27017c5986c1ea81181506042cf9cba3f6ea (patch) | |
tree | aad9439d33f45543d7b041c3609ab180c2283526 /fs/btrfs/TODO | |
parent | 1d4f6404de26df49eb8452f8fdf7672b59f407fc (diff) |
Btrfs: add inode item
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/TODO')
-rw-r--r-- | fs/btrfs/TODO | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/TODO b/fs/btrfs/TODO index 249e2e90bea8..2ae4b3aae1e5 100644 --- a/fs/btrfs/TODO +++ b/fs/btrfs/TODO | |||
@@ -9,6 +9,7 @@ | |||
9 | * Add simple tree locking (semaphore per tree) | 9 | * Add simple tree locking (semaphore per tree) |
10 | * Make allocator smarter | 10 | * Make allocator smarter |
11 | * Do actual block accounting | 11 | * Do actual block accounting |
12 | * Check compat and incompat flags on the inode | ||
12 | * Port into the kernel | 13 | * Port into the kernel |
13 | * Add virtual filesystems, mountable snapshots | 14 | * Add virtual filesystems, mountable snapshots |
14 | * Get rid of struct ctree_path, limiting tree levels held at one time | 15 | * Get rid of struct ctree_path, limiting tree levels held at one time |