~nskaggs/+junk/xenial-test

« back to all changes in this revision

Viewing changes to src/github.com/lxc/lxd/lxd/storage_32bit.go

  • Committer: Nicholas Skaggs
  • Date: 2016-10-24 20:56:05 UTC
  • Revision ID: nicholas.skaggs@canonical.com-20161024205605-z8lta0uvuhtxwzwl
Initi with beta15

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// +build 386 arm ppc s390
 
2
 
 
3
package main
 
4
 
 
5
const (
 
6
        /* This is really 0x9123683E, go wants us to give it in signed form
 
7
         * since we use it as a signed constant. */
 
8
        filesystemSuperMagicBtrfs = -1859950530
 
9
)