Loading fs/fuse/dir.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
fs/fuse/dir.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading