]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
btrfs: remove stale define after removing ordered operations
authorDavid Sterba <dsterba@suse.cz>
Wed, 20 Aug 2014 15:34:22 +0000 (17:34 +0200)
committerChris Mason <clm@fb.com>
Wed, 17 Sep 2014 20:38:15 +0000 (13:38 -0700)
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>
fs/btrfs/ctree.h

index 840ecb78e727459da9e5e0dced89a561b5cb97f9..6db3d4bac6fd51b7dbd89370dc2925e0f2b1c746 100644 (file)
@@ -62,13 +62,6 @@ struct btrfs_ordered_sum;
 
 #define BTRFS_COMPAT_EXTENT_TREE_V0
 
-/*
- * files bigger than this get some pre-flushing when they are added
- * to the ordered operations list.  That way we limit the total
- * work done by the commit
- */
-#define BTRFS_ORDERED_OPERATIONS_FLUSH_LIMIT (8 * 1024 * 1024)
-
 /* holds pointers to all of the tree roots */
 #define BTRFS_ROOT_TREE_OBJECTID 1ULL