Merge pull request #9813 from UiPath/remove-loop-config
Remove internal LoopConfig struct
This commit is contained in:
commit
81965c0a57
@ -35,13 +35,6 @@ const (
|
|||||||
ebusyString = "device or resource busy"
|
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
|
// LoopParams parameters to control loop device setup
|
||||||
type LoopParams struct {
|
type LoopParams struct {
|
||||||
// Loop device should forbid write
|
// Loop device should forbid write
|
||||||
|
Loading…
Reference in New Issue
Block a user