Files
kubernetes/pkg/util/mount
Kubernetes Submit Queue 06c5afe275 Merge pull request #62304 from msau42/remove-err-check
Automatic merge from submit-queue (batch tested with PRs 61608, 62304). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Remove isNotDir error check

**What this PR does / why we need it**:
This check was supposed to handle the "subpath file" scenario, but:
1. It's wrong (should have been !)
2. It's not needed anymore. `IsLikelyNotMountPoint` was fixed to handle file mounts via https://github.com/kubernetes/kubernetes/pull/58433


**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #

**Special notes for your reviewer**:

**Release note**:

```release-note
NONE
```
2018-04-13 05:34:05 -07:00
..
2018-04-10 10:53:11 +08:00
2018-03-05 09:14:44 +01:00
2018-03-05 09:14:44 +01:00
2018-03-05 09:14:44 +01:00
2017-08-14 12:16:25 +02:00
2018-03-05 09:14:44 +01:00
2018-04-10 10:53:11 +08:00
2018-03-05 09:14:44 +01:00
2018-03-05 09:14:44 +01:00
2018-02-13 10:06:27 -08:00