David S. Miller wrote: > Please, at the very least, try to compile the changes you send the > Linus instead of doing a cut&paste job and hoping for the best. > > Thanks a lot. > > drivers/fc4/fc.c: In function `fcp_scsi_done': > drivers/fc4/fc.c:768: warning: unused variable `flags' > drivers/fc4/fc.c: In function `fcp_scsi_abort': > drivers/fc4/fc.c:910: warning: unused variable `flags' > drivers/fc4/fc.c: In function `fcp_scsi_dev_reset': > drivers/fc4/fc.c:987: error: `flags' undeclared (first use in this function) > drivers/fc4/fc.c:987: error: (Each undeclared identifier is reported only once > drivers/fc4/fc.c:987: error: for each function it appears in.) > drivers/fc4/fc.c: In function `fcp_scsi_host_reset': > drivers/fc4/fc.c:1033: error: `flags' undeclared (first use in this function) Regardless of Christoph's comments, 3 out of 4 problems you list are probably my fault. fc4/fc doesn't get built for me, under 'make allyesconfig', one of the few that fell through the cracks. Sorry. Does the attached patch work for you? Jeff