From 302995d1218a966cb3fd9511b7dbba985b977758 Mon Sep 17 00:00:00 2001 From: wangdi Date: Thu, 17 May 2007 06:11:26 +0000 Subject: [PATCH] Branch:b1_6 update changelog of 11662 of 12401 --- lustre/ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index a352b94..9d94e01 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -122,6 +122,25 @@ Description: Wrong request locking in request set processing Details : ptlrpc_check_set wrongly uses req->rq_lock for proctect add to imp_delayed_list, in this place should be used imp_lock. +Severity : normal +Frequency : when reconnection +Bugzilla : 11662 +Description: Grant Leak when osc reconnect to OST +Details : When osc reconnect ost, OST(filter) should check whether it + should grant more space to client by comparing fed_grant and + cl_avail_grant, and return the granted space to client instead + of "new granted" space, because client will call osc_init_grant + to update the client grant space info. + +Severity : normal +Frequency : rare +Bugzilla : 12401 +Description: Checking Stale with correct fid +Details : ll_revalidate_it should uses de_inode instead of op_data.fid2 + to check whether it is stale, because sometimes, we want the + enqueue happened anyway, and op_data.fid2 will not be initialized. + + -------------------------------------------------------------------------------- 2007-05-03 Cluster File Systems, Inc. -- 1.8.3.1