This repository has been archived by the owner on Feb 27, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Linux 3.18 introduced the fix for unlinking files and directories that are mount points in another mount namespace. Before Linux 3.18, unlinking could return EBUSY: torvalds/linux@8ed936b With the introduction of rkt-fly, this becomes a visible issue with rkt gc, see discussion on: rkt#1922 (comment) This patch bump the run-time dependency to Linux 3.18
- Loading branch information