Bug 524138
| Summary: | man page for quotactl indicates wrong headers and structs | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Elliott Forney <elliott.forney> | ||||
| Component: | quota | Assignee: | Ondrej Vasik <ovasik> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 11 | CC: | kdudka, ovasik | ||||
| Target Milestone: | --- | Keywords: | Reopened | ||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | 3.17-6.fc11 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2009-10-27 07:00:50 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Elliott Forney
2009-09-18 03:44:21 UTC
Created attachment 361586 [details]
updated quotactl man page
Thanks for report and updated manpage. "quota.h" header included in quota tarball declares quotactl as long quotactl __P((int, const char *, qid_t, caddr_t)); ... this corresponds with declaration in linux/quota.h . However - you are right that those headers are for kernel use and we changed linux/quota.h to sys/quota.h in RHEL-5 manpages. So fixed in rawhide... will think about F-11 update. Maybe for consistency, even the declaration in internal quota.h should be changed - as qid_t is declared as u_int32_t - which is different type from int. Will see what's upstream opinion (although they seem to be a bit unactive in recent few months). quota-3.17-5.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/quota-3.17-5.fc11 quota-3.17-5.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. The above noted changes are still not present in quota-3.17-5.fc11 Perhaps forgot to include quotactl man page in update? Yep, sorry, I added the patch to cvs, but accidently forgot to actually patch the sources. Hopefully fixed update fill follow soon... quota-3.17-6.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/quota-3.17-6.fc11 quota-3.17-6.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. |