Whamcloud - gitweb
debugfs: fix missing variable rename in debugfs.h
authorTheodore Ts'o <tytso@mit.edu>
Thu, 16 Aug 2018 02:06:16 +0000 (22:06 -0400)
committerTheodore 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

index 449740b..d1d13b4 100644 (file)
@@ -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);