Skip to content

Commit 803aaa6

Browse files
alex-mateiaustinvazquez
authored andcommitted
Remove internal LoopConfig struct
The struct is now part of golang.org/x/sys. Follow-up for #9805 Signed-off-by: Alexandru Matei <[email protected]> (cherry picked from commit ccec1e6) Signed-off-by: Austin Vazquez <[email protected]>
1 parent 7bd3be9 commit 803aaa6

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

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)