Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 42545 - [2.4] reiserfs config options - can't do xattr_user without posix_acl
Summary: [2.4] reiserfs config options - can't do xattr_user without posix_acl
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-22 21:15 UTC by Jeremy Huddleston (RETIRED)
Modified: 2004-06-29 12:33 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Huddleston (RETIRED) gentoo-dev 2004-02-22 21:15:50 UTC
If you try to emable CONFIG_REISERFS_FS_XATTR_USER without CONFIG_REISERFS_FS_POSIX_ACL, compilation of the kernel will fail because xattr_user.c has some calls to reiserfs_permission_locked.

Somf #ifdef CONFIG_REISERFS_FS_POSIX_ACL 's around the calls in user_get,user_set, and user_del will clear it up.

I notice this problem in hardened-sources-2.4.24-r1, but it is likeley present elsewhere...
Comment 1 Daniel Drake (RETIRED) gentoo-dev 2004-06-29 12:10:57 UTC
Can't even see this option in hardened-sources-2.4.26-r1 - are there other kernels where you have seen this issue?
Comment 2 Jeremy Huddleston (RETIRED) gentoo-dev 2004-06-29 12:33:33 UTC
Seeing as how 2.4.26 doesn't have this option any more... this bug can probably be closed.