美文网首页
linux4.4.0内核编译出现如下问题,能帮解决一下吗?

linux4.4.0内核编译出现如下问题,能帮解决一下吗?

作者: 小姐姐丶 | 来源:发表于2018-04-05 16:57 被阅读0次

    fs/overlayfs/super.c: In function ‘ovl_init’:

    fs/overlayfs/super.c:1311:30: error: ‘ovl_v1_fs_type’ undeclared (first use in this function)

    ret = register_filesystem(&ovl_v1_fs_type);

    ^

    fs/overlayfs/super.c:1311:30: note: each undeclared identifier is reported only once for each function it appears in

    fs/overlayfs/super.c: In function ‘ovl_exit’:

    fs/overlayfs/super.c:1324:26: error: ‘ovl_v1_fs_type’ undeclared (first use in this function)

    unregister_filesystem(&ovl_v1_fs_type);

    ^

    scripts/Makefile.build:269: recipe for target 'fs/overlayfs/super.o' failed

    make[2]: *** [fs/overlayfs/super.o] Error 1

    scripts/Makefile.build:476: recipe for target 'fs/overlayfs' failed

    make[1]: *** [fs/overlayfs] Error 2

    Makefile:983: recipe for target 'fs' failed

    make: *** [fs] Error 2

    相关文章

      网友评论

          本文标题:linux4.4.0内核编译出现如下问题,能帮解决一下吗?

          本文链接:https://www.haomeiwen.com/subject/leldhftx.html