tree: https://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next.git enospc-rework head: cd808dd362c944dc61e23b1643b699c63dfea190 commit: 9a89ed3c96692737373d376775a9f886f9239890 [7/8] Btrfs: introduce ticketed enospc infrastructure config: x86_64-randconfig-x017-01041832 (attached as .config) reproduce: git checkout 9a89ed3c96692737373d376775a9f886f9239890 # save the attached .config to linux build tree make ARCH=x86_64 All errors (new ones prefixed by >>): fs/btrfs/extent-tree.c: In function 'space_info_add_new_bytes': >> fs/btrfs/extent-tree.c:5292:33: error: 'fs_info' undeclared (first use in this function) trace_btrfs_space_reservation(fs_info, "space_info", ^ fs/btrfs/extent-tree.c:5292:33: note: each undeclared identifier is reported only once for each function it appears in vim +/fs_info +5292 fs/btrfs/extent-tree.c 5286 struct list_head *head = &space_info->priority_tickets; 5287 5288 again: 5289 while (!list_empty(head) && num_bytes) { 5290 ticket = list_first_entry(head, struct reserve_ticket, 5291 list); > 5292 trace_btrfs_space_reservation(fs_info, "space_info", 5293 space_info->flags, num_bytes, 1); 5294 if (num_bytes >= ticket->bytes) { 5295 list_del_init(&ticket->list); --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: Binary data
