diff options
author | Chris Mason <chris.mason@oracle.com> | 2007-05-23 15:44:28 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@hera.kernel.org> | 2007-05-23 15:44:28 -0400 |
commit | e06afa839e726959be2166bec4cb85c117e213f1 (patch) | |
tree | f2acae733ce4c4368e3368cf912b1c76462aa0f7 /fs/btrfs/ctree.h | |
parent | f9f3c6b666f717510b67036c314ec915b9059eaa (diff) |
Btrfs: rename
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index da12d8275817..3330004af1a6 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -32,6 +32,7 @@ extern struct kmem_cache *btrfs_path_cachep; | |||
32 | #define BTRFS_CSUM_SIZE 32 | 32 | #define BTRFS_CSUM_SIZE 32 |
33 | /* four bytes for CRC32 */ | 33 | /* four bytes for CRC32 */ |
34 | #define BTRFS_CRC32_SIZE 4 | 34 | #define BTRFS_CRC32_SIZE 4 |
35 | #define BTRFS_EMPTY_DIR_SIZE 6 | ||
35 | 36 | ||
36 | /* | 37 | /* |
37 | * the key defines the order in the tree, and so it also defines (optimal) | 38 | * the key defines the order in the tree, and so it also defines (optimal) |