summaryrefslogtreecommitdiff
path: root/debugfs
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2018-08-15 22:06:16 -0400
committerTheodore Ts'o <tytso@mit.edu>2018-08-15 22:06:16 -0400
commitf7260c1974850c66bfac76a54553b1537a142727 (patch)
treee5b9909089e8757cf1ee8aba3873b2989e07ef66 /debugfs
parent2ca70c22536012b8a601b1d38d954420a8db8608 (diff)
debugfs: fix missing variable rename in debugfs.h
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>
Diffstat (limited to 'debugfs')
-rw-r--r--debugfs/debugfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/debugfs/debugfs.h b/debugfs/debugfs.h
index 449740be..d1d13b45 100644
--- 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 ss_sci_idx;
extern ss_request_table debug_cmds, extent_cmds;
extern void reset_getopt(void);