Skip to content

Commit

Permalink
Merge pull request moby#3680 from pnasrat/extract-mount-pkg
Browse files Browse the repository at this point in the history
Extract mount into pkg.
  • Loading branch information
crosbymichael committed Jan 20, 2014
2 parents 3aa27eb + 2e094db commit 0f0e582
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cgroups/cgroups.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package cgroups
import (
"bufio"
"fmt"
"github.com/dotcloud/docker/mount"
"github.com/dotcloud/docker/pkg/mount"
"io"
"io/ioutil"
"os"
Expand Down
2 changes: 1 addition & 1 deletion container.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/dotcloud/docker/cgroups"
"github.com/dotcloud/docker/execdriver"
"github.com/dotcloud/docker/graphdriver"
"github.com/dotcloud/docker/mount"
"github.com/dotcloud/docker/pkg/mount"
"github.com/dotcloud/docker/pkg/term"
"github.com/dotcloud/docker/utils"
"github.com/kr/pty"
Expand Down
2 changes: 1 addition & 1 deletion execdriver/chroot/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package chroot
import (
"fmt"
"github.com/dotcloud/docker/execdriver"
"github.com/dotcloud/docker/mount"
"github.com/dotcloud/docker/pkg/mount"
"os"
"os/exec"
)
Expand Down
2 changes: 1 addition & 1 deletion graphdriver/aufs/aufs.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
"fmt"
"github.com/dotcloud/docker/archive"
"github.com/dotcloud/docker/graphdriver"
mountpk "github.com/dotcloud/docker/mount"
mountpk "github.com/dotcloud/docker/pkg/mount"
"github.com/dotcloud/docker/utils"
"os"
"os/exec"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0f0e582

Please sign in to comment.