commit | bc9fcbf9cb8ec76d340da16fbf48a9a316e14c52 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Wed Oct 19 14:31:18 2011 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Oct 19 14:31:18 2011 +0200 |
tree | 89376b8811a0d440328dc4f31ef062c811db1cc1 | |
parent | ece84241b93c4693bfe0a8ec9a043a16d216d0cd [diff] |
block: move blk_throtl prototypes to block/blk.h blk_throtl interface is block internal and there's no reason to have them in linux/blkdev.h. Move them to block/blk.h. This patch doesn't introduce any functional change. Signed-off-by: Tejun Heo <tj@kernel.org> Cc: Vivek Goyal <vgoyal@redhat.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>