diff options
| author | Christian Brauner <[email protected]> | 2022-10-28 10:29:15 +0200 |
|---|---|---|
| committer | Christian Brauner (Microsoft) <[email protected]> | 2022-10-28 10:29:15 +0200 |
| commit | 20eb0cf9a3c1bdde2f3e81365e844dec312da4fe (patch) | |
| tree | ef7dda22afd73f24cbe343df566bb28456bca54e /include/linux | |
| parent | e4236f97688afc21151bfc050acfce9ac3b56f6b (diff) | |
| parent | a351b1f444187312bb42479cb26e82f26fc481d2 (diff) | |
Merge branch 'fs.acl.rework' into for-next
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/posix_acl_xattr.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/linux/posix_acl_xattr.h b/include/linux/posix_acl_xattr.h index 8daac3c5b583..54cd7a14330d 100644 --- a/include/linux/posix_acl_xattr.h +++ b/include/linux/posix_acl_xattr.h @@ -35,9 +35,6 @@ posix_acl_xattr_count(size_t size) #ifdef CONFIG_FS_POSIX_ACL struct posix_acl *posix_acl_from_xattr(struct user_namespace *user_ns, const void *value, size_t size); -ssize_t vfs_posix_acl_to_xattr(struct user_namespace *mnt_userns, - struct inode *inode, const struct posix_acl *acl, - void *buffer, size_t size); #else static inline struct posix_acl * posix_acl_from_xattr(struct user_namespace *user_ns, const void *value, @@ -45,13 +42,6 @@ posix_acl_from_xattr(struct user_namespace *user_ns, const void *value, { return ERR_PTR(-EOPNOTSUPP); } -static inline ssize_t vfs_posix_acl_to_xattr(struct user_namespace *mnt_userns, - struct inode *inode, - const struct posix_acl *acl, - void *buffer, size_t size) -{ - return 0; -} #endif int posix_acl_to_xattr(struct user_namespace *user_ns, |