fuse: fix typo for fuse_permission comment
authorAlexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com>
Fri, 5 Jan 2024 15:21:27 +0000 (16:21 +0100)
committerMiklos Szeredi <mszeredi@redhat.com>
Wed, 6 Mar 2024 08:56:11 +0000 (09:56 +0100)
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>
fs/fuse/dir.c

index befb7dfe387ae820aec420af08b9fb624bdc763b..4a6df591add61cd8960caa213e2102643bd2c8db 100644 (file)
@@ -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