aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorBrendan Higgins <[email protected]>2019-12-04 15:45:22 -0800
committerGreg Kroah-Hartman <[email protected]>2019-12-10 10:56:55 +0100
commit1af73a25e6e7d9f2f1e2a14259cc9ffce6d8f6d4 (patch)
treeff809172af21a066214476909fc3c073a080b9d9 /tools/perf/scripts/python/exported-sql-viewer.py
parent2740bd3351cd5a4351f458aabaa1c9b77de3867b (diff)
staging: exfat: fix multiple definition error of `rename_file'
`rename_file' was exported but not properly namespaced causing a multiple definition error because `rename_file' is already defined in fs/hostfs/hostfs_user.c: ld: drivers/staging/exfat/exfat_core.o: in function `rename_file': drivers/staging/exfat/exfat_core.c:2327: multiple definition of `rename_file'; fs/hostfs/hostfs_user.o:fs/hostfs/hostfs_user.c:350: first defined here make: *** [Makefile:1077: vmlinux] Error 1 This error can be reproduced on ARCH=um by selecting: CONFIG_EXFAT_FS=y CONFIG_HOSTFS=y Add a namespace prefix exfat_* to fix this error. Reported-by: Brendan Higgins <[email protected]> Signed-off-by: Brendan Higgins <[email protected]> Cc: stable <[email protected]> Cc: Valdis Kletnieks <[email protected]> Tested-by: David Gow <[email protected]> Reviewed-by: David Gow <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions