Skip to content

Commit ccec1e6

Browse files
committed
Remove internal LoopConfig struct
The struct is now part of golang.org/x/sys. Follow-up for containerd#9805 Signed-off-by: Alexandru Matei <[email protected]>
1 parent 4f76ebc commit ccec1e6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

core/mount/losetup_linux.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,6 @@ const (
3535
ebusyString = "device or resource busy"
3636
)
3737

38-
type LoopConfig struct {
39-
Fd uint32
40-
BlockSize uint32
41-
Info unix.LoopInfo64
42-
Reserved [8]uint64
43-
}
44-
4538
// LoopParams parameters to control loop device setup
4639
type LoopParams struct {
4740
// Loop device should forbid write

0 commit comments

Comments
 (0)