]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "unexport bio_{,un}map_user"
authorJens Axboe <jens.axboe@oracle.com>
Mon, 17 Mar 2008 20:14:40 +0000 (21:14 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 17 Mar 2008 20:14:40 +0000 (21:14 +0100)
commit855fc6c4143de5780f7065e61678bf8f5a1c906b
treef08d62febe76470e16a639b1c9029309defdd112
parente1f5f6fd8e01e8874a528b86eec2c87181cbfccc
Revert "unexport bio_{,un}map_user"

Outside users like asmlib uses the mapping functions. API wise, the
export is definitely sane. It's a better idea to keep this export
than to require external users to open-code this piece of code instead.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
fs/bio.c