From: Borislav Petkov Date: Wed, 23 Jul 2008 17:56:00 +0000 (+0200) Subject: ide-tape: make room for packet command ids in rq->cmd X-Git-Tag: v2.6.27-rc1~854^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83dd573513471c67f9cc93a88795c25a91ebf4b3;p=pandora-kernel.git ide-tape: make room for packet command ids in rq->cmd ide-tape uses rq->cmd for special commands from the chrdev interface so move those to byte 13 (BLK_MAX_CDB = 16) since a packet cmd is max 12 bytes. There should be no functionality change resulting from this patch. Signed-off-by: Borislav Petkov Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed