Skip to content

Commit bb2282c

Browse files
committed
fs/ext4/super.c: remove unused `deprecated_msg'
fs/ext4/super.c:1744:19: warning: 'deprecated_msg' defined but not used [-Wunused-const-variable=] Reported-by: kernel test robot <[email protected]> Cc: Theodore Ts'o <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 64b4c41 commit bb2282c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

fs/ext4/super.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1741,10 +1741,6 @@ static const struct fs_parameter_spec ext4_param_specs[] = {
17411741

17421742
#define DEFAULT_JOURNAL_IOPRIO (IOPRIO_PRIO_VALUE(IOPRIO_CLASS_BE, 3))
17431743

1744-
static const char deprecated_msg[] =
1745-
"Mount option \"%s\" will be removed by %s\n"
1746-
"Contact [email protected] if you think we should keep it.\n";
1747-
17481744
#define MOPT_SET 0x0001
17491745
#define MOPT_CLEAR 0x0002
17501746
#define MOPT_NOSUPPORT 0x0004

0 commit comments

Comments
 (0)