diff options
author | Deming Wang <wangdeming@inspur.com> | 2022-09-14 21:48:30 -0400 |
---|---|---|
committer | Christian Brauner (Microsoft) <brauner@kernel.org> | 2022-09-17 12:47:51 +0200 |
commit | 0978c7c41fe2a3735f8776dc27cf1641bd916773 (patch) | |
tree | cb25f0457badf7db77c9c2e4201b35b3b271bbf1 /fs/posix_acl.c | |
parent | 6344e66970c619a1623f457910e78819076e9104 (diff) |
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>
Diffstat (limited to 'fs/posix_acl.c')
-rw-r--r-- | fs/posix_acl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/posix_acl.c b/fs/posix_acl.c index c759b8eef62e..b4f109875e79 100644 --- a/fs/posix_acl.c +++ b/fs/posix_acl.c @@ -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. */ |