Fix up problem when CONFIG_XFS_POSIX_ACL is not set and yet we still can use
the _ACL_TYPE_* definitions in linux-2.6/xfs_xattr.c.
The forthcoming generic acl code will also fix this problem.
--Tim
Date: Fri Jun 27 10:58:01 AEST 2008
Workarea: chook.melbourne.sgi.com:/build/tes/2.6.x-xfs-quilt
Inspected by: lachlan@xxxxxxx,hch@xxxxxx
The following file(s) were checked into:
longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb
Modid: xfs-linux-melb:xfs-kern:31369a
fs/xfs/xfs_acl.h - 1.38 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_acl.h.diff?r1=text&tr1=1.38&r2=text&tr2=1.37&f=h
- Fix up problem when CONFIG_XFS_POSIX_ACL is not set and yet we still
can use
the _ACL_TYPE_* definitions in linux-2.6/xfs_xattr.c.
Move the definitions further up before the #ifdef config stuff.
|