Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lustre-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
debian-packages
lustre-release
Commits
5d9fb457
Commit
5d9fb457
authored
15 years ago
by
tianzy
Browse files
Options
Downloads
Patches
Plain Diff
add an entry on Changelog for bug19495
parent
768f5ee4
No related branches found
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lustre/ChangeLog
+14
-0
14 additions, 0 deletions
lustre/ChangeLog
with
14 additions
and
0 deletions
lustre/ChangeLog
+
14
−
0
View file @
5d9fb457
...
...
@@ -62,6 +62,20 @@ Severity : enhancement
Bugzilla : 19212
Description: Update kernel to SLES10 SP2 2.6.16.60-0.37.
Severity : major
Frequency : rare
Bugzilla : 19495
Description: fix lqs' reference which won't be put in some situations
Details : This patch fixes:
1. In quota_check_common(), this function will check quota
for user and group, but only send one return via "pending".
In most cases, the pendings should be same. But that is not
always the case.
2. If quotaoff runs between lquota_chkquota() and lquota_pending_commit(), the same thing will happen too.
That is why it comes:
- if (!ll_sb_any_quota_active(qctxt->lqc_sb))
- RETURN(0);
--------------------------------------------------------------------------
2009-04-06 Sun Microsystems, Inc.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment