mirror of
https://github.com/ceph/ceph
synced 2025-01-01 08:32:24 +00:00
os/bluestore: drop inline_dirty from struct ExtentMap
We don't need this member as we can simply clear inline_bl to mark it as dirty. Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
This commit is contained in:
parent
a4ce1f56c1
commit
14158a9028
@ -588,7 +588,6 @@ public:
|
||||
};
|
||||
vector<Shard> shards; ///< shards
|
||||
|
||||
bool inline_dirty = false;
|
||||
bufferlist inline_bl; ///< cached encoded map, if unsharded; empty=>dirty
|
||||
|
||||
ExtentMap(Onode *o);
|
||||
|
Loading…
Reference in New Issue
Block a user