]> Git Repo - linux.git/commit
block: move bio.c and bio-integrity.c from fs/ to block/
authorJens Axboe <[email protected]>
Mon, 19 May 2014 14:16:41 +0000 (08:16 -0600)
committerJens Axboe <[email protected]>
Mon, 19 May 2014 14:34:46 +0000 (08:34 -0600)
commitf9c78b2be2cac2a7a397d489275e7d9f9ae785f2
treefde918d944e61dc87cc89a71bec7e886832b1829
parentacb12e0a9c17ae859a05acb116a0c0a7e310c781
block: move bio.c and bio-integrity.c from fs/ to block/

They really belong in block/, especially now since it's not in
drivers/block/ anymore. Additionally, the get_maintainer script
gets it wrong when in fs/.

Suggested-by: Christoph Hellwig <[email protected]>
Acked-by: Al Viro <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
block/Makefile
block/bio-integrity.c [new file with mode: 0644]
block/bio.c [new file with mode: 0644]
fs/Makefile
fs/bio-integrity.c [deleted file]
fs/bio.c [deleted file]
This page took 0.062351 seconds and 4 git commands to generate.