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
4ad779ad
Commit
4ad779ad
authored
Feb 16, 2013
by
Han-Wen Nienhuys
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compile on Linux.
parent
44d7a9b8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
15 deletions
+0
-15
fuse/loopback_linux_test.go
fuse/loopback_linux_test.go
+0
-0
raw/print.go
raw/print.go
+0
-15
No files found.
fuse/loopback_
test_linux
.go
→
fuse/loopback_
linux_test
.go
View file @
4ad779ad
File moved
raw/print.go
View file @
4ad779ad
...
@@ -210,21 +210,6 @@ func (me *StatfsOut) String() string {
...
@@ -210,21 +210,6 @@ func (me *StatfsOut) String() string {
me
.
Bsize
,
me
.
NameLen
,
me
.
Frsize
)
me
.
Bsize
,
me
.
NameLen
,
me
.
Frsize
)
}
}
func
(
a
*
Attr
)
String
()
string
{
return
fmt
.
Sprintf
(
"{M0%o SZ=%d L=%d "
+
"%d:%d "
+
"%d*%d %d:%d "
+
"A %d.%09d "
+
"M %d.%09d "
+
"C %d.%09d}"
,
a
.
Mode
,
a
.
Size
,
a
.
Nlink
,
a
.
Uid
,
a
.
Gid
,
a
.
Blocks
,
a
.
Blksize
,
a
.
Rdev
,
a
.
Ino
,
a
.
Atime
,
a
.
Atimensec
,
a
.
Mtime
,
a
.
Mtimensec
,
a
.
Ctime
,
a
.
Ctimensec
)
}
func
(
me
*
ReadIn
)
String
()
string
{
func
(
me
*
ReadIn
)
String
()
string
{
return
fmt
.
Sprintf
(
"{Fh %d off %d sz %d %s L %d %s}"
,
return
fmt
.
Sprintf
(
"{Fh %d off %d sz %d %s L %d %s}"
,
me
.
Fh
,
me
.
Offset
,
me
.
Size
,
me
.
Fh
,
me
.
Offset
,
me
.
Size
,
...
...
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