Skip to content

Commit 81965c0

Browse files
authored
Merge pull request containerd#9813 from UiPath/remove-loop-config
Remove internal LoopConfig struct
2 parents b21e93b + ccec1e6 commit 81965c0

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)