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:
2ca70c2
)
debugfs: fix missing variable rename in debugfs.h
author
Theodore Ts'o
<tytso@mit.edu>
Thu, 16 Aug 2018 02:06:16 +0000
(22:06 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Thu, 16 Aug 2018 02:06:16 +0000
(22:06 -0400)
This should have been part of commit
2fcbcb1b9e
: "Fix function
declarations for ss commands to fix LTO warnings".
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debugfs/debugfs.h
patch
|
blob
|
history
diff --git
a/debugfs/debugfs.h
b/debugfs/debugfs.h
index
449740b
..
d1d13b4
100644
(file)
--- a/
debugfs/debugfs.h
+++ b/
debugfs/debugfs.h
@@
-25,7
+25,7
@@
extern ext2_filsys current_fs;
extern quota_ctx_t current_qctx;
extern ext2_ino_t root, cwd;
-extern int sci_idx;
+extern int s
s_s
ci_idx;
extern ss_request_table debug_cmds, extent_cmds;
extern void reset_getopt(void);