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
bf9b72ab
Commit
bf9b72ab
authored
Feb 17, 2016
by
Han-Wen Nienhuys
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
unionfs: remove useless progress message.
parent
bab03f48
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
unionfs/autounion.go
unionfs/autounion.go
+0
-2
No files found.
unionfs/autounion.go
View file @
bf9b72ab
...
...
@@ -215,7 +215,6 @@ func (fs *autoUnionFs) visit(path string, fi os.FileInfo, err error) error {
}
func
(
fs
*
autoUnionFs
)
updateKnownFses
()
{
log
.
Println
(
"Looking for new filesystems"
)
// We unroll the first level of entries in the root manually in order
// to allow symbolic links on that level.
directoryEntries
,
err
:=
ioutil
.
ReadDir
(
fs
.
root
)
...
...
@@ -232,7 +231,6 @@ func (fs *autoUnionFs) updateKnownFses() {
}
}
}
log
.
Println
(
"Done looking"
)
}
func
(
fs
*
autoUnionFs
)
Readlink
(
path
string
,
context
*
fuse
.
Context
)
(
out
string
,
code
fuse
.
Status
)
{
...
...
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