Re: [PATCH] ceph: remove redundant test of head->safe and silence static analysis warnings

2015-08-17 Thread Yan, Zheng
> On Aug 17, 2015, at 09:05, Brad Hubbard wrote: > >ceph: remove redundant test of head->safe and silence static analysis > warnings > >Signed-off-by: Brad Hubbard > --- > fs/ceph/mds_client.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

Re: [PATCH] ceph: remove redundant test of head-safe and silence static analysis warnings

2015-08-17 Thread Yan, Zheng
On Aug 17, 2015, at 09:05, Brad Hubbard bhubb...@redhat.com wrote: ceph: remove redundant test of head-safe and silence static analysis warnings Signed-off-by: Brad Hubbard bhubb...@redhat.com --- fs/ceph/mds_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH] ceph: remove redundant test of head->safe and silence static analysis warnings

2015-08-16 Thread Brad Hubbard
ceph: remove redundant test of head->safe and silence static analysis warnings Signed-off-by: Brad Hubbard --- fs/ceph/mds_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/ceph/mds_client.c b/fs/ceph/mds_client.c index 6aa07af..6e196ee 100644 ---

[PATCH] ceph: remove redundant test of head-safe and silence static analysis warnings

2015-08-16 Thread Brad Hubbard
ceph: remove redundant test of head-safe and silence static analysis warnings Signed-off-by: Brad Hubbard bhubb...@redhat.com --- fs/ceph/mds_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/ceph/mds_client.c b/fs/ceph/mds_client.c index 6aa07af..6e196ee