Re: [PATCH] ovl: Fix condition check for workdir

2015-01-09 Thread Seunghun Lee
On 01/09/2015 11:40 AM, hujianyang wrote: > On 2015/1/8 20:41, Seunghun Lee wrote: >> When file system is mounted read-only workdir is not needed. >> >> Signed-off-by: Seunghun Lee >> --- >> fs/overlayfs/super.c | 35 +++ >> 1 file changed, 23 insertions(+), 12 de

Re: [PATCH] ovl: Fix condition check for workdir

2015-01-08 Thread hujianyang
On 2015/1/8 20:41, Seunghun Lee wrote: > When file system is mounted read-only workdir is not needed. > > Signed-off-by: Seunghun Lee > --- > fs/overlayfs/super.c | 35 +++ > 1 file changed, 23 insertions(+), 12 deletions(-) > > diff --git a/fs/overlayfs/super.c

[PATCH] ovl: Fix condition check for workdir

2015-01-08 Thread Seunghun Lee
When file system is mounted read-only workdir is not needed. Signed-off-by: Seunghun Lee --- fs/overlayfs/super.c | 35 +++ 1 file changed, 23 insertions(+), 12 deletions(-) diff --git a/fs/overlayfs/super.c b/fs/overlayfs/super.c index 84f3144..4e50617 100644 --