diff options
| author | 2019-03-21 20:20:48 +0100 | |
|---|---|---|
| committer | 2019-04-29 19:02:28 +0200 | |
| commit | d4eb671a0882ee58774e201b1ada3d19b99394b9 (patch) | |
| tree | e9c9de6825c817ce7e0734d4bce955baf5cceb0c | |
| parent | btrfs: tests: unify messages when tests start (diff) | |
| download | linux-dev-d4eb671a0882ee58774e201b1ada3d19b99394b9.tar.xz linux-dev-d4eb671a0882ee58774e201b1ada3d19b99394b9.zip | |
btrfs: remove stale definition of BUFFER_LRU_MAX
Long time ago (2008), the extent buffers were organized in a LRU list
and switched to rb-tree in 6af118ce51b52ced ("Btrfs: Index extent
buffers in an rbtree"). There was one stale macro definition left.
Signed-off-by: David Sterba <dsterba@suse.com>
| -rw-r--r-- | fs/btrfs/extent_io.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/btrfs/extent_io.c b/fs/btrfs/extent_io.c index e304d5f50c5a..7eb7f8a30ec2 100644 --- a/fs/btrfs/extent_io.c +++ b/fs/btrfs/extent_io.c @@ -109,8 +109,6 @@ static inline void __btrfs_debug_check_extent_io_range(const char *caller, #define btrfs_debug_check_extent_io_range(c, s, e) do {} while (0) #endif -#define BUFFER_LRU_MAX 64 - struct tree_entry { u64 start; u64 end; |
