]> git.ipfire.org Git - thirdparty/grub.git/commit
btrfs: Add helper to check the btrfs header
authorGoffredo Baroncelli <kreijack@inwind.it>
Mon, 22 Oct 2018 17:29:32 +0000 (19:29 +0200)
committerDaniel Kiper <daniel.kiper@oracle.com>
Wed, 31 Oct 2018 10:42:44 +0000 (11:42 +0100)
commit846f7a8310d43637edf484ff2c3632767a15b208
treefbc20d63172258f0d37c42628fb0e070e7ae989f
parent81e2673fb60a200a33bb064fbffe9e3956f37974
btrfs: Add helper to check the btrfs header

This helper is used in a few places to help the debugging. As
conservative approach the error is only logged.
This does not impact the error handling.

Signed-off-by: Goffredo Baroncelli <kreijack@inwind.it>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/fs/btrfs.c