Merge pull request #9988 from nponeccop/patch-1

FsMagic should avoid sign extension on i686
Upstream-commit: 16fe2ac6b2f8a9f109d15cd4105ac8a5e7c49dd4
Component: engine
This commit is contained in:
Michael Crosby
2015-01-12 12:02:09 -08:00

View File

@ -11,7 +11,7 @@ import (
"github.com/docker/docker/pkg/archive"
)
type FsMagic uint64
type FsMagic uint32
const (
FsMagicBtrfs = FsMagic(0x9123683E)