Skip to content

Commit

Permalink
Merge pull request ceph#37580 from aclamk/wip-bluestore-fix-2q-cache
Browse files Browse the repository at this point in the history
os/bluestore: fix memory accounting in TwoQBufferCacheShard

Reviewed-by: Josh Durgin <[email protected]>
  • Loading branch information
tchaikov authored Oct 10, 2020
2 parents 774653a + d302238 commit 63b40db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/os/bluestore/BlueStore.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1211,7 +1211,6 @@ struct TwoQBufferCacheShard : public BlueStore::BufferCacheShard {
list_t hot; ///< "Am" hot buffers
list_t warm_in; ///< "A1in" newly warm buffers
list_t warm_out; ///< "A1out" empty buffers we've evicted
uint64_t buffer_bytes = 0; ///< bytes

enum {
BUFFER_NEW = 0,
Expand Down

0 comments on commit 63b40db

Please sign in to comment.