mbox series

[0/3] adfs, affs, befs: convert to new mount api

Message ID 20240829194138.2073709-1-sandeen@redhat.com (mailing list archive)
Headers show
Series adfs, affs, befs: convert to new mount api | expand

Message

Eric Sandeen Aug. 29, 2024, 7:39 p.m. UTC
I'm going alphabetically for now ;)

These were all tested against images I created or obtained, using a
script to test random combinations of valid and invalid mount and
remount options, and comparing the results before and after the changes.

AFAICT, all parsing works as expected and behavior is unchanged.

Thanks,
-Eric

Comments

Eric Sandeen Sept. 6, 2024, 3:56 p.m. UTC | #1
On 8/29/24 2:39 PM, Eric Sandeen wrote:
> I'm going alphabetically for now ;)
> 
> These were all tested against images I created or obtained, using a
> script to test random combinations of valid and invalid mount and
> remount options, and comparing the results before and after the changes.
> 
> AFAICT, all parsing works as expected and behavior is unchanged.
> 
> Thanks,
> -Eric
> 

Hm, hold off on these. Found at least 1 string memory leak, will
resend along with hfs & hfsplus ... Sorry about that, didn't think
to check kmemleak before sending.

-Eric