]> git.ipfire.org Git - thirdparty/grub.git/commit
fs/zfs/zfs: Use format code "%llu" for 64-bit uint bp->blk_prop in grub_error()
authorGlenn Washburn <development@efficientek.com>
Fri, 5 Mar 2021 00:22:43 +0000 (18:22 -0600)
committerDaniel Kiper <daniel.kiper@oracle.com>
Wed, 10 Mar 2021 14:23:33 +0000 (15:23 +0100)
commite458caffb82a4cf84908be760d3959fcf5ca634a
tree3e8a22acbc82acf8a99a06a9f764c2829569a48a
parente72139a76ed43b96a260eb7f7d149912788aa7db
fs/zfs/zfs: Use format code "%llu" for 64-bit uint bp->blk_prop in grub_error()

This is a temporary, less-intrusive change to get the build to success with
compiler format string checking turned on. There is a better fix which
addresses this issue, but it needs more testing. Use this change so that
format string checking on grub_error() can be turned on until the better
change is fully tested.

Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/fs/zfs/zfs.c