mirror of
https://github.com/containers/skopeo.git
synced 2025-09-25 12:16:17 +00:00
... and c/image/v5 to main Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Miloslav Trmač <mitr@redhat.com>
6 lines
193 B
Go
6 lines
193 B
Go
package quota
|
|
|
|
// BackingFsBlockDeviceLink is the name of a file that we place in
|
|
// the home directory of a driver that uses this package.
|
|
const BackingFsBlockDeviceLink = "backingFsBlockDev"
|