mirror of
https://github.com/containers/podman.git
synced 2025-11-30 18:18:18 +08:00
vendor containers/common@e27c30ee9b
Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
4
vendor/github.com/containers/storage/drivers/quota/projectquota_unsupported.go
generated
vendored
4
vendor/github.com/containers/storage/drivers/quota/projectquota_unsupported.go
generated
vendored
@@ -32,3 +32,7 @@ func (q *Control) SetQuota(targetPath string, quota Quota) error {
|
||||
func (q *Control) GetQuota(targetPath string, quota *Quota) error {
|
||||
return errors.New("filesystem does not support, or has not enabled quotas")
|
||||
}
|
||||
|
||||
// ClearQuota removes the map entry in the quotas map for targetPath.
|
||||
// It does so to prevent the map leaking entries as directories are deleted.
|
||||
func (q *Control) ClearQuota(targetPath string) {}
|
||||
|
||||
Reference in New Issue
Block a user