Re: [PATCH] ceph: Delete unused variable in mds_client

2017-10-16 Thread Christos Gkekas
On 16/10/17 11:12:53 +0200, Ilya Dryomov wrote: > On Sat, Oct 14, 2017 at 12:01 PM, Christos Gkekas > wrote: > > Variable 'err' is set but never used, so should be removed. > > > > Signed-off-by: Christos Gkekas > > --- > > fs/ceph/mds_client.c | 2 -- > > 1 file changed, 2 deletions(-) > > > >

Re: [PATCH] ceph: Delete unused variable in mds_client

2017-10-16 Thread Ilya Dryomov
On Sat, Oct 14, 2017 at 12:01 PM, Christos Gkekas wrote: > Variable 'err' is set but never used, so should be removed. > > Signed-off-by: Christos Gkekas > --- > fs/ceph/mds_client.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/fs/ceph/mds_client.c b/fs/ceph/mds_client.c > index f23

[PATCH] ceph: Delete unused variable in mds_client

2017-10-14 Thread Christos Gkekas
Variable 'err' is set but never used, so should be removed. Signed-off-by: Christos Gkekas --- fs/ceph/mds_client.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/fs/ceph/mds_client.c b/fs/ceph/mds_client.c index f23c820..7cd4fd9 100644 --- a/fs/ceph/mds_client.c +++ b/fs/ceph/mds_client.c