Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- In file included from /home/camden/hadk/kernel/google/marlin/arch/arm64/include/asm/dma-iommu.h:12:0,
- from /home/camden/hadk/kernel/google/marlin/arch/arm64/mm/dma-mapping.c:33:
- /home/camden/hadk/kernel/google/marlin/include/linux/dma-mapping-fast.h:41:15: error: 'struct dma_iommu_mapping' declared inside parameter list [-Werror]
- struct dma_iommu_mapping *mapping);
- ^
- /home/camden/hadk/kernel/google/marlin/include/linux/dma-mapping-fast.h:41:15: error: its scope is only this definition or declaration, which is probably not what you want [-Werror]
- /home/camden/hadk/kernel/google/marlin/include/linux/dma-mapping-fast.h:43:16: error: 'struct dma_iommu_mapping' declared inside parameter list [-Werror]
- struct dma_iommu_mapping *mapping);
- ^
- =============================================================
- In file included from /home/camden/hadk/kernel/google/marlin/kernel/sched/cputime.c:1:0:
- /home/camden/hadk/kernel/google/marlin/include/linux/cpufreq.h:662:26: error: 'struct pid_namespace' declared inside parameter list [-Werror]
- struct pid *pid, struct task_struct *p);
- ^
- /home/camden/hadk/kernel/google/marlin/include/linux/cpufreq.h:662:26: error: its scope is only this definition or declaration, which is probably not what you want [-Werror]
- /home/camden/hadk/kernel/google/marlin/include/linux/cpufreq.h:664:52: error: 'struct pid_namespace' declared inside parameter list [-Werror]
- struct pid_namespace *ns, struct pid *pid, struct task_struct *p);
- ^
- /home/camden/hadk/kernel/google/marlin/include/linux/cpufreq.h:666:52: error: 'struct pid_namespace' declared inside parameter list [-Werror]
- struct pid_namespace *ns, struct pid *pid, struct task_struct *p);
- ^
- /home/camden/hadk/kernel/google/marlin/include/linux/cpufreq.h:667:63: error: 'struct inode' declared inside parameter list [-Werror]
- int single_uid_time_in_state_open(struct inode *inode, struct file *file);
- ^
- =============================================================
- In file included from /home/camden/hadk/kernel/google/marlin/include/linux/linkage.h:4:0,
- from /home/camden/hadk/kernel/google/marlin/include/linux/fs.h:5,
- from /home/camden/hadk/kernel/google/marlin/fs/f2fs/inline.c:11:
- /home/camden/hadk/kernel/google/marlin/fs/f2fs/inline.c: In function '__f2fs_convert_inline_data':
- /home/camden/hadk/kernel/google/marlin/fs/f2fs/inline.c:103:17: error: invalid type argument of '->' (have 'struct dnode_of_data')
- if (unlikely(dn->data_blkaddr != NEW_ADDR)) {
- ^
- /home/camden/hadk/kernel/google/marlin/include/linux/compiler.h:160:42: note: in definition of macro 'unlikely'
- # define unlikely(x) __builtin_expect(!!(x), 0)
- ^
- /home/camden/hadk/kernel/google/marlin/fs/f2fs/inline.c:104:3: error: incompatible type for argument 1 of 'f2fs_put_dnode'
- f2fs_put_dnode(dn);
- ^
- In file included from /home/camden/hadk/kernel/google/marlin/fs/f2fs/inline.c:14:0:
- /home/camden/hadk/kernel/google/marlin/fs/f2fs/f2fs.h:961:20: note: expected 'struct dnode_of_data *' but argument is of type 'struct dnode_of_data'
- static inline void f2fs_put_dnode(struct dnode_of_data *dn)
- ^
- /home/camden/hadk/kernel/google/marlin/fs/f2fs/inline.c:105:3: error: implicit declaration of function 'set_sbi_flag' [-Werror=implicit-function-declaration]
- set_sbi_flag(fio.sbi, SBI_NEED_FSCK);
- ^
- /home/camden/hadk/kernel/google/marlin/fs/f2fs/inline.c:105:19: error: 'struct f2fs_io_info' has no member named 'sbi'
- set_sbi_flag(fio.sbi, SBI_NEED_FSCK);
- ^
- /home/camden/hadk/kernel/google/marlin/fs/f2fs/inline.c:105:25: error: 'SBI_NEED_FSCK' undeclared (first use in this function)
- set_sbi_flag(fio.sbi, SBI_NEED_FSCK);
- ^
- /home/camden/hadk/kernel/google/marlin/fs/f2fs/inline.c:105:25: note: each undeclared identifier is reported only once for each function it appears in
- /home/camden/hadk/kernel/google/marlin/fs/f2fs/inline.c:106:15: error: 'struct f2fs_io_info' has no member named 'sbi'
- f2fs_msg(fio.sbi->sb, KERN_WARNING,
- ^
- /home/camden/hadk/kernel/google/marlin/fs/f2fs/inline.c:109:16: error: invalid type argument of '->' (have 'struct dnode_of_data')
- __func__, dn->inode->i_ino, dn->data_blkaddr);
- ^
- /home/camden/hadk/kernel/google/marlin/fs/f2fs/inline.c:109:34: error: invalid type argument of '->' (have 'struct dnode_of_data')
- __func__, dn->inode->i_ino, dn->data_blkaddr);
- ^
- cc1: all warnings being treated as errors
- make[3]: *** [/home/camden/hadk/kernel/google/marlin/scripts/Makefile.build:257: fs/f2fs/inline.o] Error 1
- make[3]: *** Waiting for unfinished jobs....
- =============================================================
- /home/camden/hadk/kernel/google/marlin/fs/btrfs/send.c: In function 'get_cur_inode_state':
- /home/camden/hadk/kernel/google/marlin/fs/btrfs/send.c:1614:6: error: 'left_gen' may be used uninitialized in this function [-Werror=maybe-uninitialized]
- if (left_gen == gen) {
- ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement