diff options
author | David Sterba <dsterba@suse.cz> | 2014-08-20 11:34:22 -0400 |
---|---|---|
committer | Chris Mason <clm@fb.com> | 2014-09-17 16:38:15 -0400 |
commit | f87c4318af8bd5daec361e436c69f9d71a43b261 (patch) | |
tree | 60e3ba3bcb7226e9d56be25fcafd04ac979aaeb0 /fs | |
parent | 200055239604cf4bfaed40d8f404228ea606b4f9 (diff) |
btrfs: remove stale define after removing ordered operations
Last user removed in commit "btrfs: disable strict file flushes for
renames and truncates" (8d875f95da43c6a8f18f77869f2ef26e9594fecc).
Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Chris Mason <clm@fb.com>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/btrfs/ctree.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 840ecb78e727..6db3d4bac6fd 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -62,13 +62,6 @@ struct btrfs_ordered_sum; | |||
62 | 62 | ||
63 | #define BTRFS_COMPAT_EXTENT_TREE_V0 | 63 | #define BTRFS_COMPAT_EXTENT_TREE_V0 |
64 | 64 | ||
65 | /* | ||
66 | * files bigger than this get some pre-flushing when they are added | ||
67 | * to the ordered operations list. That way we limit the total | ||
68 | * work done by the commit | ||
69 | */ | ||
70 | #define BTRFS_ORDERED_OPERATIONS_FLUSH_LIMIT (8 * 1024 * 1024) | ||
71 | |||
72 | /* holds pointers to all of the tree roots */ | 65 | /* holds pointers to all of the tree roots */ |
73 | #define BTRFS_ROOT_TREE_OBJECTID 1ULL | 66 | #define BTRFS_ROOT_TREE_OBJECTID 1ULL |
74 | 67 | ||