On Fri, 2009-09-11 at 18:55 -0700, Nicholas A. Bellinger wrote: > There is cleanup work continuing to make the TCM code to use > dprintk(), > and some include cleanups, and other minor fixes. The code has also > been run through checkpatch again since the posting in April, and all > errors have been removed, with the exception of one ConfigFS macro > define triggering a checkpatch false positive. One show stopping issue is that your adding new semaphore usage in patch 5 and 16 (and in 16 it's a LOCKED one wtf!!). Which you should not be doing .. You need to really evaluate the warnings from checkpatch, cause those still have meaning.. It's basically telling you what you should be doing in the warnings.. For instance, don't add new semaphore usage, and it tells you what you need to be using in place of them.. Also typedefs are frowned upon, so you could remove those.. Daniel -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html