Re: [PATCH v0 0/1] mkfs: set MAP_NORESERVE to force overcommit in exfat_map_blankmem()
David Timber <[email protected]>
| Newsgroups | dev.linux.lists.exfat |
|---|---|
| Message-ID | <[email protected]> |
On 8/21/26 17:24, David Timber wrote: > This is taken out of GH PR #380. I though it didn't belong there and > I'd like to sit on the PR for a little while longer than I anticipated. > > The patch doesn't really fix anything, especially with modern beefy > hardware. It just prevents mkfs from munching on RAM on embedded > systems. That is the behaviour I intended in the first place. > > Thanks, > > David Timber (1): > mkfs: set MAP_NORESERVE to force overcommit in exfat_map_blankmem() > > include/libexfat.h | 10 +++++++--- > lib/libexfat.c | 4 ++-- > 2 files changed, 9 insertions(+), 5 deletions(-) > Oh, and, I think you should add Reviewed-by: Hyunchul Lee <[email protected]> (from GH PR)