From: Bartlomiej Zolnierkiewicz Date: Tue, 31 Mar 2009 18:15:16 +0000 (+0200) Subject: ide-cd: unify transfer padding in cdrom_newpc_intr() X-Git-Tag: v2.6.30-rc1~418^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14fa91ccbafa02a71cfb53f9c830b8c0c65119d0;p=pandora-kernel.git ide-cd: unify transfer padding in cdrom_newpc_intr() * 'thislen' is always <= cmd->nleft for non-fs requests so the transfer padding inside the 'while (thislen > 0)' loop can happen only for fs requests -- then move it out of the loop and unify with the transfer padding for non-fs requests ('thislen' == 'len' for fs requests). * blk_dump_rq_flags() dumps all request flags so it is enough to pass only the function name to it. * Update my Copyrights while at it. Cc: Borislav Petkov Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed