lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20250601123624.16583-2-bensberg@telfort.nl> Date: Sun, 1 Jun 2025 14:36:24 +0200 From: Benno Schulenberg <bensberg@...fort.nl> To: linux-ext4@...r.kernel.org Subject: [PATCH 2/2] e2freefrag: correct a mistyped symbol name Problem existed since commit 0c675a67c5 from last week. Signed-off-by: Benno Schulenberg <bensberg@...fort.nl> --- misc/e2freefrag.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/e2freefrag.c b/misc/e2freefrag.c index 7e095bec..9ed7d85d 100644 --- a/misc/e2freefrag.c +++ b/misc/e2freefrag.c @@ -397,7 +397,7 @@ int main(int argc, char *argv[]) fprintf(stderr, "%s: bad chunk size '%s'\n", progname, optarg); usage(progname); -#ifdef DEBUFS +#ifdef DEBUGFS return; #endif } -- 2.48.1
Powered by blists - more mailing lists