Skip to content

Commit

Permalink
Remove internal LoopConfig struct
Browse files Browse the repository at this point in the history
The struct is now part of golang.org/x/sys.
Follow-up for #9805

Signed-off-by: Alexandru Matei <alexandru.matei@uipath.com>
(cherry picked from commit ccec1e6)
Signed-off-by: Austin Vazquez <macedonv@amazon.com>
  • Loading branch information
alex-matei authored and austinvazquez committed May 10, 2024
1 parent 56f1c40 commit 44c621a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions mount/losetup_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,6 @@ const (
ebusyString = "device or resource busy"
)

type LoopConfig struct {
Fd uint32
BlockSize uint32
Info unix.LoopInfo64
Reserved [8]uint64
}

// LoopParams parameters to control loop device setup
type LoopParams struct {
// Loop device should forbid write
Expand Down

0 comments on commit 44c621a

Please sign in to comment.