diff options
author | Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com> | 2024-01-05 16:21:27 +0100 |
---|---|---|
committer | Miklos Szeredi <mszeredi@redhat.com> | 2024-03-06 09:56:11 +0100 |
commit | 2d09ab2203ece3d20aad6b3ba82a574c23da7556 (patch) | |
tree | 1fd2aa3c66d1792e71eddcf56d3e5ab6a69eb7f2 /fs/fuse/dir.c | |
parent | fuse: Convert fuse_writepage_locked to take a folio (diff) | |
download | linux-2d09ab2203ece3d20aad6b3ba82a574c23da7556.tar.xz linux-2d09ab2203ece3d20aad6b3ba82a574c23da7556.zip |
fuse: fix typo for fuse_permission comment
Found by chance while working on support for idmapped mounts in fuse.
Signed-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'fs/fuse/dir.c')
-rw-r--r-- | fs/fuse/dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fuse/dir.c b/fs/fuse/dir.c index befb7dfe387a..4a6df591add6 100644 --- a/fs/fuse/dir.c +++ b/fs/fuse/dir.c @@ -1493,7 +1493,7 @@ static int fuse_perm_getattr(struct inode *inode, int mask) * * 1) Local access checking ('default_permissions' mount option) based * on file mode. This is the plain old disk filesystem permission - * modell. + * model. * * 2) "Remote" access checking, where server is responsible for * checking permission in each inode operation. An exception to this |