Remove internal LoopConfig struct
The struct is now part of golang.org/x/sys. Follow-up for #9805 Signed-off-by: Alexandru Matei <alexandru.matei@uipath.com>
This commit is contained in:
parent
4f76ebcb86
commit
ccec1e6e4c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user