mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-03 20:21:44 +00:00
Merge pull request #9988 from nponeccop/patch-1
FsMagic should avoid sign extension on i686
This commit is contained in:
@@ -11,7 +11,7 @@ import (
|
||||
"github.com/docker/docker/pkg/archive"
|
||||
)
|
||||
|
||||
type FsMagic uint64
|
||||
type FsMagic uint32
|
||||
|
||||
const (
|
||||
FsMagicBtrfs = FsMagic(0x9123683E)
|
||||
|
||||
Reference in New Issue
Block a user