Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 244410

Summary: sys-apps/acl-2.2.47[nfs]: broken on XFS with kernel 2.6.27
Product: Gentoo Linux Reporter: Dmitry Karasik <dkarasik>
Component: [OLD] Core systemAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED WONTFIX    
Severity: normal CC: art-gt
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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