git: sys/vfs/hammer2: Use hammer2_off_t in hammer2_io_alloc()

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Fri Sep 22 03:19:48 PDT 2023


commit eeb5b5dd2c99cc50a5231b0316952ac75ec5844e
Author: Tomohiro Kusumi <tkusumi at netbsd.org>
Date:   Thu Sep 21 23:18:12 2023 -0700

    sys/vfs/hammer2: Use hammer2_off_t in hammer2_io_alloc()
    
    Both hammer2_key_t and hammer2_off_t are of uint64_t,
    but hammer2_io_alloc() should take data_off as hammer2_off_t.
    
    Callers are passing either hammer2_off_t or off_t.

Summary of changes:
 sys/vfs/hammer2/hammer2_io.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/eeb5b5dd2c99cc50a5231b0316952ac75ec5844e


-- 
DragonFly BSD source repository


More information about the Commits mailing list