* Kernel warnings in CEPH
@ 2017-05-19 0:06 Stephen Hemminger
2017-05-19 2:49 ` Jos Collin
2017-05-19 6:57 ` Ilya Dryomov
0 siblings, 2 replies; 3+ messages in thread
From: Stephen Hemminger @ 2017-05-19 0:06 UTC (permalink / raw)
To: Ilya Dryomov, Yan, Zheng, Sage Weil; +Cc: ceph-devel
Building kernel with CEPH and warnings enabled shows several missing
prototypes and unused variables. Please fix.
net/ceph/ceph_common.c:62:13: warning: no previous prototype for ‘ceph_file_part’ [-Wmissing-prototypes]
net/ceph/messenger.c: In function ‘write_partial_message_data’:
net/ceph/messenger.c:1580:8: warning: variable ‘need_crc’ set but not used [-Wunused-but-set-variable]
net/ceph/mon_client.c: In function ‘ceph_monmap_decode’:
net/ceph/mon_client.c:46:6: warning: variable ‘version’ set but not used [-Wunused-but-set-variable]
net/ceph/auth_x.c: In function ‘process_one_ticket’:
net/ceph/auth_x.c:146:19: warning: variable ‘blob_struct_v’ set but not used [-Wunused-but-set-variable]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Kernel warnings in CEPH
2017-05-19 0:06 Kernel warnings in CEPH Stephen Hemminger
@ 2017-05-19 2:49 ` Jos Collin
2017-05-19 6:57 ` Ilya Dryomov
1 sibling, 0 replies; 3+ messages in thread
From: Jos Collin @ 2017-05-19 2:49 UTC (permalink / raw)
To: Stephen Hemminger, Ilya Dryomov, Yan, Zheng, Sage Weil; +Cc: ceph-devel
Stephen, Is it the latest source code of Ceph ?
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Kernel warnings in CEPH
2017-05-19 0:06 Kernel warnings in CEPH Stephen Hemminger
2017-05-19 2:49 ` Jos Collin
@ 2017-05-19 6:57 ` Ilya Dryomov
1 sibling, 0 replies; 3+ messages in thread
From: Ilya Dryomov @ 2017-05-19 6:57 UTC (permalink / raw)
To: Stephen Hemminger; +Cc: Yan, Zheng, Sage Weil, Ceph Development
On Fri, May 19, 2017 at 2:06 AM, Stephen Hemminger
<stephen@networkplumber.org> wrote:
> Building kernel with CEPH and warnings enabled shows several missing
> prototypes and unused variables. Please fix.
>
>
> net/ceph/ceph_common.c:62:13: warning: no previous prototype for ‘ceph_file_part’ [-Wmissing-prototypes]
> net/ceph/messenger.c: In function ‘write_partial_message_data’:
> net/ceph/messenger.c:1580:8: warning: variable ‘need_crc’ set but not used [-Wunused-but-set-variable]
> net/ceph/mon_client.c: In function ‘ceph_monmap_decode’:
> net/ceph/mon_client.c:46:6: warning: variable ‘version’ set but not used [-Wunused-but-set-variable]
> net/ceph/auth_x.c: In function ‘process_one_ticket’:
> net/ceph/auth_x.c:146:19: warning: variable ‘blob_struct_v’ set but not used [-Wunused-but-set-variable]
I'll fix these up.
Thanks,
Ilya
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-05-19 6:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-19 0:06 Kernel warnings in CEPH Stephen Hemminger
2017-05-19 2:49 ` Jos Collin
2017-05-19 6:57 ` Ilya Dryomov
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.