Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | block/blk-tag.c should #include "blk.h" | Adrian Bunk | 2008-03-04 | 1 | -0/+2 |
| | | | | | | | | Every file should include the headers containing the externs for its global functions (in this case for __blk_queue_free_tags()). Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Jens Axboe <jens.axboe@oracle.com> | ||||
* | block: make core bits checkpatch compliant | Jens Axboe | 2008-02-01 | 1 | -9/+3 |
| | | | | Signed-off-by: Jens Axboe <jens.axboe@oracle.com> | ||||
* | block: split tag and sysfs handling from blk-core.c | Jens Axboe | 2008-01-29 | 1 | -0/+396 |
Seperates the tag and sysfs handling from ll_rw_blk. Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |