commit | 2610a25406087ef797f4187e7f82dd04335056c7 | [log] [tgz] |
---|---|---|
author | Namhyung Kim <namhyung@gmail.com> | Thu Sep 16 12:55:57 2010 +0900 |
committer | Jens Axboe <jaxboe@fusionio.com> | Thu Sep 16 08:25:45 2010 +0200 |
tree | f9a288acf417b5610c95d8c37bb6367f372e82b5 | |
parent | b5af921ec02333e943efb59aca4f56b78fc0e100 [diff] |
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>