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:
xie xingguo 2016-10-08 16:24:22 +08:00
parent a4ce1f56c1
commit 14158a9028

View File

@ -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);