Bug 171765
| Summary: | linux-2.6.13-key-reiserfs.patch is incomplete | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 4 | Reporter: | Randy Zagar <jrzagar> | ||||
| Component: | kernel | Assignee: | David Howells <dhowells> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Brian Brock <bbrock> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 4.3 | CC: | jbaron | ||||
| Target Milestone: | --- | Keywords: | Regression | ||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | RHSA-2006-0132 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2006-03-07 20:33:26 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: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 168429, 175195 | ||||||
| Attachments: |
|
||||||
Created attachment 121190 [details]
Convert missed struct key types to struct reiserfs_key
This patch should do the trick.
Will this make it into Update 3 ? An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2006-0132.html |
Description of problem: The Red Hat patch "linux-2.6.13-key-reiserfs.patch" is incomplete. This patch changes the prototype for get_rkey() near line# 1885 in linux-2.6.9/include/linux/reiserfs_fs.h... But fails to change the function definition for get_rkey() on line# 343 in linux-2.6.9/fs/reiserfs/stree.c Version-Release number of selected component (if applicable): kernel-2.6.9-22.EL How reproducible: Always Steps to Reproduce: 1. rpm -i kernel-2.6.9-22.EL.src.rpm 2. rpmbuild -bp /usr/src/redhat/SPECS/kernel-2.6.spec 3. cd /usr/src/redhat/BUILD/kernel-2.6.9/linux-2.6.9 4. grep "get_rkey " include/linux/reiserfs_fs.h \ fs/reiserfs/stree.c Actual results: include/linux/reiserfs_fs.h:const struct key * get_rkey ... fs/reiserfs/stree.c:inline const struct reiserfs_key * get_rkey ... ... Expected results: include/linux/reiserfs_fs.h:const struct reiserfs_key * get_rkey ... fs/reiserfs/stree.c:inline const struct reiserfs_key * get_rkey ... ... Additional info: