summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorAustin Kim <austindh.kim@gmail.com>2019-10-01 16:34:13 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-11-06 12:09:14 +0100
commit2a2437482cc00b48b66c7b8b93a1b2aae86b2206 (patch)
tree23f4be13aa5a6a7d629507bbc9ad214b748ebf93 /tools/perf/scripts/python
parentf8ae287cff0733a064a331ad9a9756d163520711 (diff)
fs: cifs: mute -Wunused-const-variable message
[ Upstream commit dd19c106a36690b47bb1acc68372f2b472b495b8 ] After 'Initial git repository build' commit, 'mapping_table_ERRHRD' variable has not been used. So 'mapping_table_ERRHRD' const variable could be removed to mute below warning message: fs/cifs/netmisc.c:120:40: warning: unused variable 'mapping_table_ERRHRD' [-Wunused-const-variable] static const struct smb_to_posix_error mapping_table_ERRHRD[] = { ^ Signed-off-by: Austin Kim <austindh.kim@gmail.com> Signed-off-by: Steve French <stfrench@microsoft.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions