mirror of
https://github.com/containers/podman.git
synced 2025-12-12 09:50:25 +08:00
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"
|