Files
containerd/sys
Sebastiaan van Stijn a983599e2b sys: update volumePath regex to allow returning earlier
The regex only matched volume paths without a trailing path-separator. In cases
where a path would be passed with a trailing path-separator, it would depend on
further code in mkdirall to strip the trailing slash, then to perform the regex
again in the next iteration.

While regexes aren't ideal, we're already executing this one, so we may as well
use it to match those situations as well (instead of executing it twice), to
allow us to return early.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-10-17 00:55:37 +02:00
..
2021-08-22 09:31:50 +09:00
2022-04-01 18:17:58 -07:00
2021-08-22 09:31:50 +09:00
2021-08-05 22:27:46 -07:00