Re: [systemd-devel] [PATCH v2] nspawn: allow bind-mounting char and block files

2015-01-22 Thread Lennart Poettering
On Thu, 22.01.15 16:47, Alban Crequy (mua...@gmail.com) wrote: > From: Alban Crequy > > v2: > - simplify the patch: any non-directory file can be mounted on any > non-directory file. > - allow bind mount of files of different types Applied! Thanks! > --- > src/nspawn/nspawn.c | 27 +

[systemd-devel] [PATCH v2] nspawn: allow bind-mounting char and block files

2015-01-22 Thread Alban Crequy
From: Alban Crequy v2: - simplify the patch: any non-directory file can be mounted on any non-directory file. - allow bind mount of files of different types --- src/nspawn/nspawn.c | 27 +++ 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/src/nspawn/nspa