jbd2: clean up two gcc -Wall warnings in recovery.c
authorTheodore Ts'o <tytso@mit.edu>
Tue, 10 Aug 2021 18:02:33 +0000 (14:02 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 10 Aug 2021 18:12:27 +0000 (14:12 -0400)
commit4009cc7ad6b5f8a260e46cdaabb3763f2e6ca2e0
treed7083290853033c9e501e36ff182c33015ae2880
parent390add0cc9f4d7fda89cf3db7651717e82cf0afc
jbd2: clean up two gcc -Wall warnings in recovery.c

Fix a signed vs unsigned and a void * pointer arithmetic warning.

This cleanup is also in e2fsprogs commit aec460db9a93 ("e2fsck: clean
up two gcc -Wall warnings in recovery.c").

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/jbd2/recovery.c