Skip to content

Commit 2d09ab2

Browse files
mihalicynMiklos Szeredi
authored andcommitted
fuse: fix typo for fuse_permission comment
Found by chance while working on support for idmapped mounts in fuse. Signed-off-by: Alexander Mikhalitsyn <[email protected]> Signed-off-by: Miklos Szeredi <[email protected]>
1 parent e0887e0 commit 2d09ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/fuse/dir.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1493,7 +1493,7 @@ static int fuse_perm_getattr(struct inode *inode, int mask)
14931493
*
14941494
* 1) Local access checking ('default_permissions' mount option) based
14951495
* on file mode. This is the plain old disk filesystem permission
1496-
* modell.
1496+
* model.
14971497
*
14981498
* 2) "Remote" access checking, where server is responsible for
14991499
* checking permission in each inode operation. An exception to this

0 commit comments

Comments
 (0)