search for: lastate

Displaying 1 result from an estimated 1 matches for "lastate".

Did you mean: astate
2010 Mar 12
1
[PATCH] ocfs2: Always try for maximum bits with new local alloc windows
...ocfs2_claim_clusters(osb, handle, ac, osb->local_alloc_bits, + status = ocfs2_claim_clusters(osb, handle, ac, osb->local_alloc_default_bits, &cluster_off, &cluster_count); if (status == -ENOSPC) { retry_enospc: @@ -1087,6 +1087,8 @@ retry_enospc: mlog(ML_NOTICE, "LASTATE: tryalloc (nested) %u bits\n", osb->local_alloc_bits); + ac->ac_bits_wanted = osb->local_alloc_default_bits; + status = ocfs2_claim_clusters(osb, handle, ac, osb->local_alloc_bits, &cluster_off, -- 1.6.4.2