Fixed kernel package name.

geesefs-0-30-9
Aaron Jacobs 2015-07-23 15:54:32 +10:00
parent 7b2b33d526
commit e8ddcd361c
5 changed files with 5 additions and 5 deletions

View File

@ -33,7 +33,7 @@
SUCH DAMAGE. SUCH DAMAGE.
*/ */
package bazilfuse package fusekernel
import ( import (
"fmt" "fmt"

View File

@ -1,4 +1,4 @@
package bazilfuse package fusekernel
import ( import (
"time" "time"

View File

@ -1 +1 @@
package bazilfuse package fusekernel

View File

@ -1,4 +1,4 @@
package bazilfuse_test package fusekernel_test
import ( import (
"os" "os"

View File

@ -14,7 +14,7 @@ func dummyOption(conf *mountConfig) error {
type mountConfig struct { type mountConfig struct {
options map[string]string options map[string]string
maxReadahead uint32 maxReadahead uint32
initFlags InitFlags initFlags fusekernel.InitFlags
} }
func escapeComma(s string) string { func escapeComma(s string) string {