projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0887e0
)
fuse: fix typo for fuse_permission comment
author
Alexander Mikhalitsyn
<aleksandr.mikhalitsyn@canonical.com>
Fri, 5 Jan 2024 15:21:27 +0000
(16:21 +0100)
committer
Miklos 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
patch
|
blob
|
blame
|
history
diff --git
a/fs/fuse/dir.c
b/fs/fuse/dir.c
index befb7dfe387ae820aec420af08b9fb624bdc763b..4a6df591add61cd8960caa213e2102643bd2c8db 100644
(file)
--- 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
- * model
l
.
+ * model.
*
* 2) "Remote" access checking, where server is responsible for
* checking permission in each inode operation. An exception to this