]> git.baikalelectronics.ru Git - kernel.git/commit
block: move mm/bounce.c to block/
authorJens Axboe <axboe@fb.com>
Tue, 20 May 2014 02:01:52 +0000 (20:01 -0600)
committerJens Axboe <axboe@fb.com>
Tue, 20 May 2014 02:01:52 +0000 (20:01 -0600)
commit2cc5979b4cd7eedab28e95bdd8fa2e0e8a6aa3a7
tree6afd4d62345f1fac7046e23d8907ac555846eb5a
parent45df9ef03f2f1a36db4be8c17a8a5dbc76d43fa4
block: move mm/bounce.c to block/

Continue moving some of the block files that are scattered around.
bounce.c contains only code for bouncing the contents of a bio.
It's block proper code, not mm code.

Suggested-by: Ming Lei <tom.leiming@gmail.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/Makefile
block/bounce.c [new file with mode: 0644]
mm/Makefile
mm/bounce.c [deleted file]