OSDN Git Service

btrfs: remove stale definition of BUFFER_LRU_MAX
authorDavid Sterba <dsterba@suse.com>
Thu, 21 Mar 2019 19:20:48 +0000 (20:20 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 29 Apr 2019 17:02:28 +0000 (19:02 +0200)
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>
fs/btrfs/extent_io.c

index e304d5f..7eb7f8a 100644 (file)
@@ -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;