]> bbs.cooldavid.org Git - net-next-2.6.git/commit
sg: fix a warning in blk_rq_aligned() call
authorNamhyung Kim <namhyung@gmail.com>
Thu, 16 Sep 2010 03:55:57 +0000 (12:55 +0900)
committerJens Axboe <jaxboe@fusionio.com>
Thu, 16 Sep 2010 06:25:45 +0000 (08:25 +0200)
commit2610a25406087ef797f4187e7f82dd04335056c7
treef9a288acf417b5610c95d8c37bb6367f372e82b5
parentb5af921ec02333e943efb59aca4f56b78fc0e100
sg: fix a warning in blk_rq_aligned() call

2nd argument of blk_rq_aligned() has changed to 'unsigned long' by
the previous commit 'block: fix an address space warning in blk-map.c'.
That commit neglected to update a user of that function.

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
drivers/scsi/sg.c