Skip to content

Commit 37cdedc

Browse files
committed
devmapper: add linux tags, fix build
Signed-off-by: Maksym Pavlenko <[email protected]>
1 parent 0c6d194 commit 37cdedc

13 files changed

Lines changed: 26 additions & 0 deletions

snapshots/devmapper/config.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// +build linux
2+
13
/*
24
Copyright The containerd Authors.
35

snapshots/devmapper/config_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// +build linux
2+
13
/*
24
Copyright The containerd Authors.
35

snapshots/devmapper/device_info.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// +build linux
2+
13
/*
24
Copyright The containerd Authors.
35

snapshots/devmapper/dmsetup/dmsetup.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// +build linux
2+
13
/*
24
Copyright The containerd Authors.
35

snapshots/devmapper/dmsetup/dmsetup_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// +build linux
2+
13
/*
24
Copyright The containerd Authors.
35

snapshots/devmapper/losetup/losetup.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// +build linux
2+
13
/*
24
Copyright The containerd Authors.
35

snapshots/devmapper/losetup/losetup_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// +build linux
2+
13
/*
24
Copyright The containerd Authors.
35

snapshots/devmapper/metadata.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// +build linux
2+
13
/*
24
Copyright The containerd Authors.
35

snapshots/devmapper/metadata_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// +build linux
2+
13
/*
24
Copyright The containerd Authors.
35

snapshots/devmapper/pool_device.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// +build linux
2+
13
/*
24
Copyright The containerd Authors.
35

0 commit comments

Comments
 (0)