tree: git://git.linux-nfs.org/projects/trondmy/linux-nfs.git testing head: 6a7055a331aaff115b0b81f62ef5767511dcfd72 commit: ab388b1b587abb5001f30f7b0ec58e4eab082139 [53/84] NFSv4.1: Ensure that the client tracks the server target_highest_slotid config: make ARCH=x86_64 allmodconfig Note: the nfs/testing HEAD 6a7055a builds fine. It only hurts bisectibility. All error/warnings: fs/nfs/callback_proc.c: In function 'nfs4_callback_recallslot': fs/nfs/callback_proc.c:579:8: error: 'struct nfs4_slot_table' has no member named 'target_max_slots' vim +579 fs/nfs/callback_proc.c c36fca52 Andy Adamson 2011-01-06 573 goto out; bae0ac0e Andy Adamson 2010-01-21 574 bae0ac0e Andy Adamson 2010-01-21 575 status = htonl(NFS4_OK); bae0ac0e Andy Adamson 2010-01-21 576 if (args->crsa_target_max_slots == fc_tbl->max_slots) c36fca52 Andy Adamson 2011-01-06 577 goto out; b9efa1b2 Andy Adamson 2010-01-20 578 b9efa1b2 Andy Adamson 2010-01-20 @579 fc_tbl->target_max_slots = args->crsa_target_max_slots; c36fca52 Andy Adamson 2011-01-06 580 nfs41_handle_recall_slot(cps->clp); b9efa1b2 Andy Adamson 2010-01-20 581 out: b9efa1b2 Andy Adamson 2010-01-20 582 dprintk("%s: exit with status = %d\n", __func__, ntohl(status)); --- 0-DAY kernel build testing backend Open Source Technology Center Fengguang Wu, Yuanhan Liu Intel Corporation -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html