Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <lkp@intel.com>
Cc: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

-4
-4
fs/ext4/super.c
··· 1741 1741 1742 1742 #define DEFAULT_JOURNAL_IOPRIO (IOPRIO_PRIO_VALUE(IOPRIO_CLASS_BE, 3)) 1743 1743 1744 - static const char deprecated_msg[] = 1745 - "Mount option \"%s\" will be removed by %s\n" 1746 - "Contact linux-ext4@vger.kernel.org if you think we should keep it.\n"; 1747 - 1748 1744 #define MOPT_SET 0x0001 1749 1745 #define MOPT_CLEAR 0x0002 1750 1746 #define MOPT_NOSUPPORT 0x0004