On Wed, Mar 21, 2012 at 09:52:02AM -0400, Jeff Layton wrote: > @@ -2779,12 +2780,6 @@ static void > nfs4_set_claim_prev(struct nfsd4_open *open, bool has_session) > { > open->op_openowner->oo_flags |= NFS4_OO_CONFIRMED; > - /* > - * On a 4.1+ client, we don't create a state record for a client > - * until it performs RECLAIM_COMPLETE: > - */ > - if (!has_session) > - open->op_openowner->oo_owner.so_client->cl_firststate = 1; That doesn't look right. Sure you didn't mean to just make that a set_bit, at least for now? --b. -- 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