Merge pull request #4964 from zhsj/cgo

Add cgo tag to btrfs plugin
This commit is contained in:
Derek McGowan 2021-01-22 11:42:01 -08:00 committed by GitHub
commit 9e78a001b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
// +build !no_btrfs // +build !no_btrfs,cgo
/* /*
Copyright The containerd Authors. Copyright The containerd Authors.

View File

@ -1,4 +1,4 @@
// +build linux,!no_btrfs // +build linux,!no_btrfs,cgo
/* /*
Copyright The containerd Authors. Copyright The containerd Authors.

View File

@ -1,4 +1,4 @@
// +build linux,!no_btrfs // +build linux,!no_btrfs,cgo
/* /*
Copyright The containerd Authors. Copyright The containerd Authors.

View File

@ -1,4 +1,4 @@
// +build linux,!no_btrfs // +build linux,!no_btrfs,cgo
/* /*
Copyright The containerd Authors. Copyright The containerd Authors.