Re: [PATCH] GFS2: minor readability improvement in gfs2_mount()

2013-06-10 Thread Steven Whitehouse
Hi, On Fri, 2013-06-07 at 10:49 +0400, Alexey Khoroshilov wrote: > Hi Steve, > > On 06/06/2013 01:24 PM, Steven Whitehouse wrote: > > Hi, > > > > On Thu, 2013-06-06 at 01:29 +0400, Alexey Khoroshilov wrote: > >> The patch makes usage pattern of IS_ERR-PTR_ERR more typical. > >> > >> Signed-off-by

Re: [PATCH] GFS2: minor readability improvement in gfs2_mount()

2013-06-06 Thread Alexey Khoroshilov
Hi Steve, On 06/06/2013 01:24 PM, Steven Whitehouse wrote: > Hi, > > On Thu, 2013-06-06 at 01:29 +0400, Alexey Khoroshilov wrote: >> The patch makes usage pattern of IS_ERR-PTR_ERR more typical. >> >> Signed-off-by: Alexey Khoroshilov >> --- >> fs/gfs2/ops_fstype.c | 5 +++-- >> 1 file changed,

Re: [PATCH] GFS2: minor readability improvement in gfs2_mount()

2013-06-06 Thread Steven Whitehouse
Hi, On Thu, 2013-06-06 at 01:29 +0400, Alexey Khoroshilov wrote: > The patch makes usage pattern of IS_ERR-PTR_ERR more typical. > > Signed-off-by: Alexey Khoroshilov > --- > fs/gfs2/ops_fstype.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/fs/gfs2/ops_fstype.c