mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 03:23:53 -04:00
fs: rename generic posix acl handlers
Reflect in their naming and document that they are kept around for legacy reasons and shouldn't be used anymore by new code. Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org>
This commit is contained in:
committed by
Christian Brauner (Microsoft)
parent
387b96a589
commit
d549b74174
@@ -939,10 +939,10 @@ static const char *jffs2_xattr_prefix(int xprefix, struct dentry *dentry)
|
||||
#endif
|
||||
#ifdef CONFIG_JFFS2_FS_POSIX_ACL
|
||||
case JFFS2_XPREFIX_ACL_ACCESS:
|
||||
ret = &posix_acl_access_xattr_handler;
|
||||
ret = &nop_posix_acl_access;
|
||||
break;
|
||||
case JFFS2_XPREFIX_ACL_DEFAULT:
|
||||
ret = &posix_acl_default_xattr_handler;
|
||||
ret = &nop_posix_acl_default;
|
||||
break;
|
||||
#endif
|
||||
case JFFS2_XPREFIX_TRUSTED:
|
||||
|
||||
Reference in New Issue
Block a user