From: Theodore Ts'o Date: Thu, 16 Aug 2018 02:06:16 +0000 (-0400) Subject: debugfs: fix missing variable rename in debugfs.h X-Git-Tag: v1.45.0~49 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=f7260c1974850c66bfac76a54553b1537a142727;p=tools%2Fe2fsprogs.git 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 --- diff --git a/debugfs/debugfs.h b/debugfs/debugfs.h index 449740b..d1d13b4 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);