| commit | 492ef7a3b1a131f8a5d52ebf17d79f10fb85608e | [log] [tgz] |
|---|---|---|
| author | Coly Li <colyli@suse.de> | Tue Jul 27 00:06:24 2021 +0800 |
| committer | Coly Li <colyli@suse.de> | Mon Oct 25 16:39:25 2021 +0800 |
| tree | 2eb191173bffa2c8cf1a0214d86ce2cd541cb8d0 | |
| parent | 4a8af34ed26cb72dcaac0dd4953c6c99094284d4 [diff] |
bcache-tools: support "bcache show -d" for nvdimm-meta device This patch adds support to display detail information of a nvdimm-meta device by command "bcache show -d". struct mdev is added into lib.h to represent nvdimm-meta device information. At this moment, commands "bcache show" and "bcache show -m" don't support nvdimm-meta device yet. Signed-off-by: Coly Li <colyli@suse.de> Cc: Jianpeng Ma <jianpeng.ma@intel.com> Cc: Qiaowei Ren <qiaowei.ren@intel.com>