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

2017-10-14 Thread Christos Gkekas
On 12/10/17 15:45:42 -0700, Gregory Farnum wrote: > On Thu, Oct 12, 2017 at 2:55 PM, Christos Gkekas > wrote: > > Remove variables in mds_client that are set but never used. > > Hmm, it looks like all the values removed here (except err) *are* used > and this patch would break the world. Specifi

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

2017-10-12 Thread Gregory Farnum
On Thu, Oct 12, 2017 at 2:55 PM, Christos Gkekas wrote: > Remove variables in mds_client that are set but never used. Hmm, it looks like all the values removed here (except err) *are* used and this patch would break the world. Specifically... > > Signed-off-by: Christos Gkekas > --- > fs/ceph/

[PATCH] ceph: Delete unused variables in mds_client

2017-10-12 Thread Christos Gkekas
Remove variables in mds_client that are set but never used. Signed-off-by: Christos Gkekas --- fs/ceph/mds_client.c | 11 --- 1 file changed, 11 deletions(-) diff --git a/fs/ceph/mds_client.c b/fs/ceph/mds_client.c index f23c820..cadf9b6 100644 --- a/fs/ceph/mds_client.c +++ b/fs/ceph/m