Re: [PATCH] fs: overlayfs: Fix coding style issues, missing a blank line after declarations

2014-12-28 Thread Hugh Dickins
On Sun, 28 Dec 2014, Joe Perches wrote: > On Mon, 2014-12-29 at 02:49 +, Al Viro wrote: > > On Mon, Dec 29, 2014 at 02:39:39AM +, Al Viro wrote: > > > On Sun, Dec 28, 2014 at 11:56:53AM +0600, Alexander Kuleshov wrote: > > > > Signed-off-by: Alexander Kuleshov > > > > --- > > > > > > For

Re: [PATCH] fs: overlayfs: Fix coding style issues, missing a blank line after declarations

2014-12-28 Thread Joe Perches
On Mon, 2014-12-29 at 02:49 +, Al Viro wrote: > On Mon, Dec 29, 2014 at 02:39:39AM +, Al Viro wrote: > > On Sun, Dec 28, 2014 at 11:56:53AM +0600, Alexander Kuleshov wrote: > > > Signed-off-by: Alexander Kuleshov > > > --- > > > > For the record: anything of that sort against fs/*.c will

Re: [PATCH] fs: overlayfs: Fix coding style issues, missing a blank line after declarations

2014-12-28 Thread Al Viro
On Mon, Dec 29, 2014 at 02:39:39AM +, Al Viro wrote: > On Sun, Dec 28, 2014 at 11:56:53AM +0600, Alexander Kuleshov wrote: > > Signed-off-by: Alexander Kuleshov > > --- > > For the record: anything of that sort against fs/*.c will be flushed down > the toilet where such valuable contributions

Re: [PATCH] fs: overlayfs: Fix coding style issues, missing a blank line after declarations

2014-12-28 Thread Al Viro
On Sun, Dec 28, 2014 at 11:56:53AM +0600, Alexander Kuleshov wrote: > Signed-off-by: Alexander Kuleshov > --- For the record: anything of that sort against fs/*.c will be flushed down the toilet where such valuable contributions belong. Don't even bother. -- To unsubscribe from this list: send t

[PATCH] fs: overlayfs: Fix coding style issues, missing a blank line after declarations

2014-12-27 Thread Alexander Kuleshov
Signed-off-by: Alexander Kuleshov --- fs/overlayfs/copy_up.c | 1 + fs/overlayfs/overlayfs.h | 10 ++ fs/overlayfs/super.c | 5 + 3 files changed, 16 insertions(+) diff --git a/fs/overlayfs/copy_up.c b/fs/overlayfs/copy_up.c index ea10a87..593b00d 100644 --- a/fs/overlayfs/co