Another error after rebasing my code...
make[3]: Entering directory `/home/bergwolf/src/linux-2.6'
WARNING: Symbol version dump /home/bergwolf/src/linux-2.6/Module.symvers
is missing; modules will have no dependencies and modversions.
CC [M] /home/bergwolf/rpmbuild/BUILD/lustre-2.3.50/lustre/osc/osc_request.o
cc1: warnings being treated as errors
/home/bergwolf/rpmbuild/BUILD/lustre-2.3.50/lustre/osc/osc_request.c: In function ‘osc_setup’:
/home/bergwolf/rpmbuild/BUILD/lustre-2.3.50/lustre/osc/osc_request.c:3581: error: ignoring return value of ‘PTR_ERR’, declared with attribute warn_unused_result
$gcc --version
gcc (GCC) 4.4.6 20120305 (Red Hat 4.4.6-4)
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
patch submitted to
http://review.whamcloud.com/3884
James
It makes it much easier to track which fix is in which release if we have one ticket per issue rather than reused tickets (and I bet it takes less time to open a new ticket than to find the existing one to reuse
). My preference would be for us to look into ways that we can catch introducing these problems before they land. Perhaps we can discuss ideas on how we could accomplish this on the next CDWG call?
Peter