Description of problem: Quota system call for 32bit apps on AMD64 is not mapped. Our patch will enable the quota support for the 32 API. (at end) Please note: your include file sys/quota.h is based on the old API and needs to be updated to match your kernel. Version-Release number of selected component (if applicable): How reproducible: use the quotactl system call from a 32bit API Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: 1) ---- /usr/src/linux-2.4/arch/x86_64/ia32/ia32entry.S ----- --- ia32entry.S.SAVE 2004-11-25 16:08:17.000000000 +0100 +++ ia32entry.S 2004-11-25 16:08:19.000000000 +0100 @@ -260,7 +260,7 @@ .quad sys32_module_warning /* init_module */ .quad sys32_module_warning /* delete module */ .quad sys32_module_warning /* 130 get_kernel_syms */ - .quad ni_syscall /* quotactl */ + .quad sys_quotactl /* quotactl */ .quad sys_getpgid .quad sys_fchdir .quad ni_syscall /* bdflush */
User jparadis's account has been closed
This bug is filed against RHEL 3, which is in maintenance phase. During the maintenance phase, only security errata and select mission critical bug fixes will be released for enterprise products. Since this bug does not meet that criteria, it is now being closed. For more information of the RHEL errata support policy, please visit: http://www.redhat.com/security/updates/errata/ If you feel this bug is indeed mission critical, please contact your support representative. You may be asked to provide detailed information on how this bug is affecting you.