Re: [systemd-devel] [PATCH] nspawn: ignore EEXIST when mounting tmpfs

2014-11-22 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Nov 21, 2014 at 09:44:48PM +0100, Richard Schütz wrote: > commit 79d80fc1466512d0ca211f4bfcd9de5f2f816a5a introduced a regression that > prevents mounting a tmpfs if the mount point already exits in the container's > root file system. This commit fixes the problem by ignoring EEXIST. > ---

[systemd-devel] [PATCH] nspawn: ignore EEXIST when mounting tmpfs

2014-11-21 Thread Richard Schütz
commit 79d80fc1466512d0ca211f4bfcd9de5f2f816a5a introduced a regression that prevents mounting a tmpfs if the mount point already exits in the container's root file system. This commit fixes the problem by ignoring EEXIST. --- src/nspawn/nspawn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(