From: Jens Axboe Date: Sat, 30 Sep 2006 18:29:12 +0000 (+0200) Subject: [PATCH] Remove ->waiting member from struct request X-Git-Tag: v2.6.19-rc1~640^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c00895ab2f08df7044e58ee01c38bf0a661ea0eb;p=pandora-kernel.git [PATCH] Remove ->waiting member from struct request As the comments indicates in blkdev.h, we can fold it into ->end_io_data usage as that is really what ->waiting is. Fixup the users of blk_end_sync_rq(). Signed-off-by: Jens Axboe --- Reading git-diff-tree failed