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)
commitd4eb671a0882ee58774e201b1ada3d19b99394b9
treee9c9de6825c817ce7e0734d4bce955baf5cceb0c
parente4fa7469eb7a9331b42f9625bfcb2003a6e7eb1a
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>
fs/btrfs/extent_io.c