Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go-fuse
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go-fuse
Commits
5b91e8f6
Commit
5b91e8f6
authored
Apr 10, 2023
by
Han-Wen Nienhuys
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fs: fix typo in comment
Change-Id: I123f731802663adc2603d9bc34f5e376b6607fe5
parent
b5c46276
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
fs/api.go
fs/api.go
+2
-2
No files found.
fs/api.go
View file @
5b91e8f6
...
...
@@ -409,14 +409,14 @@ type NodeLookuper interface {
}
// OpenDir opens a directory Inode for reading its
// contents. The actual reading is driven from Read
D
ir, so
// contents. The actual reading is driven from Read
d
ir, so
// this method is just for performing sanity/permission
// checks. The default is to return success.
type
NodeOpendirer
interface
{
Opendir
(
ctx
context
.
Context
)
syscall
.
Errno
}
// Read
D
ir opens a stream of directory entries.
// Read
d
ir opens a stream of directory entries.
//
// Readdir essentiallly returns a list of strings, and it is allowed
// for Readdir to return different results from Lookup. For example,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment