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
Levin Zimmermann
go-fuse
Commits
442ffd32
Commit
442ffd32
authored
Apr 21, 2011
by
Han-Wen Nienhuys
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop DefaultRawFuseDir.
parent
f7febb40
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
16 deletions
+0
-16
fuse/default.go
fuse/default.go
+0
-13
fuse/direntry.go
fuse/direntry.go
+0
-2
fuse/types.go
fuse/types.go
+0
-1
No files found.
fuse/default.go
View file @
442ffd32
...
...
@@ -159,19 +159,6 @@ func (me *DefaultFuseFile) Fsync(*FsyncIn) (code Status) {
return
ENOSYS
}
////////////////////////////////////////////////////////////////
//
func
(
me
*
DefaultRawFuseDir
)
ReadDir
(
input
*
ReadIn
)
(
*
DirEntryList
,
Status
)
{
return
nil
,
ENOSYS
}
func
(
me
*
DefaultRawFuseDir
)
ReleaseDir
()
{
}
func
(
me
*
DefaultRawFuseDir
)
FsyncDir
(
input
*
FsyncIn
)
(
code
Status
)
{
return
ENOSYS
}
////////////////////////////////////////////////////////////////
// DefaultPathFilesystem
...
...
fuse/direntry.go
View file @
442ffd32
...
...
@@ -68,8 +68,6 @@ func (me *DirEntryList) Bytes() []byte {
type
FuseDir
struct
{
stream
chan
DirEntry
leftOver
DirEntry
DefaultRawFuseDir
}
func
(
me
*
FuseDir
)
inode
(
name
string
)
uint64
{
...
...
fuse/types.go
View file @
442ffd32
...
...
@@ -596,7 +596,6 @@ type PathFilesystem interface {
// Include this struct in your implementation to inherit default nop
// implementations.
type
DefaultRawFuseDir
struct
{}
type
DefaultPathFilesystem
struct
{}
type
DefaultFuseFile
struct
{}
type
DefaultRawFuseFileSystem
struct
{}
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