tree: git://git.linux-nfs.org/projects/trondmy/linux-nfs.git devel head: 29c32c56a420896f372c6efd3b6588b41b735ae8 commit: 29c32c56a420896f372c6efd3b6588b41b735ae8 [73/73] NFSv4.1: If slot allocation fails due to OOM, retry more quickly config: make ARCH=x86_64 allmodconfig All error/warnings: fs/nfs/nfs4proc.c: In function 'nfs41_setup_sequence': fs/nfs/nfs4proc.c:743:31: error: expected ')' before ';' token fs/nfs/nfs4proc.c:747:2: error: expected expression before '}' token vim +743 fs/nfs/nfs4proc.c cc9673a8 Trond Myklebust 2012-11-01 737 goto out_sleep; b069d94a Andy Adamson 2009-04-01 738 } b069d94a Andy Adamson 2009-04-01 739 779b9e08 Trond Myklebust 2012-11-16 740 slot = nfs4_alloc_slot(tbl); 29c32c56 Trond Myklebust 2012-11-22 741 if (IS_ERR(slot)) { 29c32c56 Trond Myklebust 2012-11-22 742 /* If out of memory, try again in 1/4 second */ 29c32c56 Trond Myklebust 2012-11-22 @743 if (slot == ERR_PTR(-ENOMEM); 29c32c56 Trond Myklebust 2012-11-22 744 task->tk_timeout = HZ >> 2; fbcd4abc Andy Adamson 2009-04-01 745 dprintk("<-- %s: no free slots\n", __func__); cc9673a8 Trond Myklebust 2012-11-01 746 goto out_sleep; fbcd4abc Andy Adamson 2009-04-01 @747 } fbcd4abc Andy Adamson 2009-04-01 748 spin_unlock(&tbl->slot_tbl_lock); fbcd4abc Andy Adamson 2009-04-01 749 b23acb7c Trond Myklebust 2012-11-16 750 args->sa_slot = slot; --- 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