Update hcsshim tag versioning to v0.12.0-rc.0
hcsshim tags v0.10.* is deprecated, so using the new v0.12.0-rc.* versioning for hcsshim tags on containerd/main Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>
This commit is contained in:
4
vendor/github.com/Microsoft/hcsshim/ext4/internal/compactext4/compact.go
generated
vendored
4
vendor/github.com/Microsoft/hcsshim/ext4/internal/compactext4/compact.go
generated
vendored
@@ -17,6 +17,8 @@ import (
|
||||
)
|
||||
|
||||
// Writer writes a compact ext4 file system.
|
||||
//
|
||||
// It expects all paths to use directory separator '/', even on Windows.
|
||||
type Writer struct {
|
||||
f io.ReadWriteSeeker
|
||||
bw *bufio.Writer
|
||||
@@ -1102,7 +1104,7 @@ func (w *Writer) writeInodeTable(tableSize uint32) error {
|
||||
}
|
||||
|
||||
// NewWriter returns a Writer that writes an ext4 file system to the provided
|
||||
// WriteSeeker.
|
||||
// ReadWriteSeeker.
|
||||
func NewWriter(f io.ReadWriteSeeker, opts ...Option) *Writer {
|
||||
w := &Writer{
|
||||
f: f,
|
||||
|
||||
Reference in New Issue
Block a user