Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 244410 - sys-apps/acl-2.2.47[nfs]: broken on XFS with kernel 2.6.27
Summary: sys-apps/acl-2.2.47[nfs]: broken on XFS with kernel 2.6.27
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal with 2 votes (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-26 03:03 UTC by Dmitry Karasik
Modified: 2014-01-04 14:52 UTC (History)
1 user (show)

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 Dmitry Karasik 2008-10-26 03:03:29 UTC
Steps to reproduce (run getfacl on a directory or file located on an XFS fs):
> getfacl /
getfacl: /: Invalid argument



The problem is that XFS now returns EINVAL when passed in an attribute it doesn't recognize where as in 2.6.26 and earlier it used to return EOPNOTSUPP and acl_get_file does not handle this.

This change is caused by http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.27.y.git;a=commit;h=0ec585163ac81e329bde25fb6311a043a1c63952
Comment 1 SpanKY gentoo-dev 2014-01-04 14:52:04 UTC
we've dropped the USE=acl flag in bug 379865