The patch titled scsi_lib.c: use BUILD_BUG_ON has been removed from the -mm tree. Its filename was scsi_libc-use-build_bug_on.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: scsi_lib.c: use BUILD_BUG_ON From: Alexey Dobriyan <adobriyan@xxxxxxxxx> Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx> Cc: James Bottomley <James.Bottomley@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/scsi/scsi_lib.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/scsi/scsi_lib.c~scsi_libc-use-build_bug_on drivers/scsi/scsi_lib.c --- a/drivers/scsi/scsi_lib.c~scsi_libc-use-build_bug_on +++ a/drivers/scsi/scsi_lib.c @@ -1084,7 +1084,7 @@ static void scsi_setup_blk_pc_cmnd(struc { struct request *req = cmd->request; - BUG_ON(sizeof(req->cmd) > sizeof(cmd->cmnd)); + BUILD_BUG_ON(sizeof(req->cmd) > sizeof(cmd->cmnd)); memcpy(cmd->cmnd, req->cmd, sizeof(cmd->cmnd)); cmd->cmd_len = req->cmd_len; if (!req->data_len) _ Patches currently in -mm which might be from adobriyan@xxxxxxxxx are origin.patch i2o-exec-osmc-use-unsigned-long-flags.patch git-mtd.patch parisc-use-unsigned-long-flags-in-semaphore-code.patch config_pm=n-slim-drivers-pcmcia.patch i82092-wire-up-errors-from-pci_register_driver.patch git-scsi-rc-fixes.patch megaraid-fix-warnings-when-config_proc_fs=n.patch git-wireless.patch paride-rename-pi_register-and-pi_unregister.patch paride_register-shuffle-return-values.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html