From: bobijam Date: Wed, 5 Nov 2008 02:18:06 +0000 (+0000) Subject: Branch b1_8_gate X-Git-Tag: v1_7_140~1^67~5 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=6f8973e5cb6a84e713a3656f352c24e7ec1c1509;p=fs%2Flustre-release.git Branch b1_8_gate b=16578 i=adilger Description: ldlm_cancel_pack()) ASSERTION(max >= dlm->lock_count + count) Details : If there is no extra space in the request for early cancels, ldlm_req_handles_avail() returns 0 instead of a negative value. --- diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 618e622..519cf77 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -39,6 +39,13 @@ tbd Sun Microsystems, Inc. old (verbose) output can be obtained by using -v option. * File join has been disabled in this release, refer to Bugzilla 16929. +Severity : normal +Frequency : Create a symlink file with a very long name +Bugzilla : 16578 +Description: ldlm_cancel_pack()) ASSERTION(max >= dlm->lock_count + count) +Details : If there is no extra space in the request for early cancels, + ldlm_req_handles_avail() returns 0 instead of a negative value. + Severity : major Frequency : rare Bugzilla : 16492 @@ -1635,8 +1642,8 @@ Severity : normal Bugzilla : 17197 Description: (rw.c:1323:ll_read_ahead_pages()) ASSERTION(page_idx > ria->ria_stoff) failed Details : Once the unmatched stride IO mode is detected, shrink the stride-ahead - window to 0. If it does hit cache miss, and read-pattern is still - stride-io mode, does not reset the stride window, but also does not + window to 0. If it does hit cache miss, and read-pattern is still + stride-io mode, does not reset the stride window, but also does not increase the stride window length in this case. --------------------------------------------------------------------------------