Re: [PATCH] btrfs-progs: show-super: Add option to print superblock at given bytenr

2015-11-02 Thread David Sterba
On Mon, Nov 02, 2015 at 04:34:19PM +0800, Qu Wenruo wrote: > Add '-s ' option to show superblock at given bytenr. > > This is very useful to debug non-standard btrfs, like debuging the > 1st stage btrfs of btrfs-convert. > > Signed-off-by: Qu Wenruo Applied, thanks. -- To unsubscribe from this

[PATCH] btrfs-progs: show-super: Add option to print superblock at given bytenr

2015-11-02 Thread Qu Wenruo
Add '-s ' option to show superblock at given bytenr. This is very useful to debug non-standard btrfs, like debuging the 1st stage btrfs of btrfs-convert. Signed-off-by: Qu Wenruo --- Documentation/btrfs-show-super.asciidoc | 5 + btrfs-show-super.c | 7 ++- 2 files