mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-12-08 00:00:12 +03:00
bch2_sb_to_text_with_names(): print device paths and models of each member. Fixes: https://github.com/koverstreet/bcachefs/issues/801 Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
9 lines
228 B
C
9 lines
228 B
C
#ifndef _TOOLS_CMD_SHOW_SUPER_H
|
|
#define _TOOLS_CMD_SHOW_SUPER_H
|
|
|
|
#include "libbcachefs/super-io.h"
|
|
|
|
void bch2_sb_to_text_with_names(struct printbuf *, struct bch_sb *, bool, unsigned, int);
|
|
|
|
#endif /* _TOOLS_CMD_SHOW_SUPER_H */
|