Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d6cfa2
)
e2freefrag: correct a mistyped symbol name
author
Benno Schulenberg
<bensberg@telfort.nl>
Sun, 1 Jun 2025 12:36:24 +0000
(14:36 +0200)
committer
Theodore Ts'o
<tytso@mit.edu>
Thu, 5 Jun 2025 14:37:45 +0000
(14:37 +0000)
Fixes:
0c675a67c568
("debugfs: return after printing the usage message..."(
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/e2freefrag.c
patch
|
blob
|
history
diff --git
a/misc/e2freefrag.c
b/misc/e2freefrag.c
index
7e095be
..
9ed7d85
100644
(file)
--- 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 DEBU
G
FS
return;
#endif
}