]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
makefs: call brelse from bread
authorEd Maste <emaste@FreeBSD.org>
Mon, 13 Mar 2023 21:00:20 +0000 (17:00 -0400)
committerEd Maste <emaste@FreeBSD.org>
Sun, 16 Apr 2023 19:45:17 +0000 (15:45 -0400)
commite5551216d8e563043248bc7f3cb1c75b2dbd9791
tree36d5a99fa35d74d0abee35ced45a1ade048daaf8
parent89d197cc991acfbb6937be0ce5b9255d14b72160
makefs: call brelse from bread

This matches NetBSD and rationalizes makefs with the kernel API.

This reverts commit 370e009188ba90c3290b1479aa06ec98b66e140a.

Reviewed by: mckusick
Sponsored by: The FreeBSD Foundation
Obtained from: NetBSD 0a62dad69f620c4125e1a19fcb6a5a3575fd
Differential Revision: https://reviews.freebsd.org/D39070
usr.sbin/makefs/ffs.c
usr.sbin/makefs/ffs/buf.c
usr.sbin/makefs/msdos/msdosfs_vnops.c