acl: fix the comments of posix_acl_xattr_set

remove the double world of 'in'.

Signed-off-by: Deming Wang <wangdeming@inspur.com>
Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org>
This commit is contained in:
Deming Wang 2022-09-14 21:48:30 -04:00 committed by Christian Brauner (Microsoft)
parent 6344e66970
commit 0978c7c41f
No known key found for this signature in database
GPG Key ID: 91C61BC06578DCA2

View File

@ -1176,7 +1176,7 @@ posix_acl_xattr_set(const struct xattr_handler *handler,
* ACL_{GROUP,USER} have already been mapped according to the
* caller's idmapping. The vfs_set_acl_prepare() helper will
* recover them and take idmapped mounts into account. The
* filesystem will receive the POSIX ACLs in in the correct
* filesystem will receive the POSIX ACLs in the correct
* format ready to be cached or written to the backing store
* taking the filesystem idmapping into account.
*/