Advertisement
Guest User

Untitled

a guest
Feb 15th, 2021
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. CC fs/file.o
  2. In file included from ./include/linux/linkage.h:7,
  3. from ./include/linux/fs.h:5,
  4. from ./include/uapi/linux/aio_abi.h:31,
  5. from ./include/linux/syscalls.h:73,
  6. from fs/file.c:10:
  7. fs/file.c:785:15: error: ‘close_fd_get_file’ undeclared here (not in a function); did you mean ‘close_files’?
  8. EXPORT_SYMBOL(close_fd_get_file);
  9. ^~~~~~~~~~~~~~~~~
  10. ./include/linux/export.h:98:16: note: in definition of macro ‘___EXPORT_SYMBOL’
  11. extern typeof(sym) sym; \
  12. ^~~
  13. ./include/linux/export.h:155:34: note: in expansion of macro ‘__EXPORT_SYMBOL’
  14. #define _EXPORT_SYMBOL(sym, sec) __EXPORT_SYMBOL(sym, sec, "")
  15. ^~~~~~~~~~~~~~~
  16. ./include/linux/export.h:158:29: note: in expansion of macro ‘_EXPORT_SYMBOL’
  17. #define EXPORT_SYMBOL(sym) _EXPORT_SYMBOL(sym, "")
  18. ^~~~~~~~~~~~~~
  19. fs/file.c:785:1: note: in expansion of macro ‘EXPORT_SYMBOL’
  20. EXPORT_SYMBOL(close_fd_get_file);
  21. ^~~~~~~~~~~~~
  22. make[3]: *** [scripts/Makefile.build:279: fs/file.o] Error 1
  23. make[2]: *** [Makefile:1805: fs] Error 2
  24. make[1]: *** [scripts/Makefile.package:109: tarxz-pkg] Error 2
  25. make: *** [Makefile:1533: tarxz-pkg] Error 2
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement