fs/bio.c: move EXPORT* macros to line after function
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Sat, 26 Sep 2009 14:19:21 +0000 (16:19 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 1 Oct 2009 19:15:46 +0000 (21:15 +0200)
commita112a71d45b5e40c3cf07371d20a4a5079a72610
tree7e55b5d47be8d3c8189ff7d0bece65b46c8bd0e5
parent48c0d4d4c04dd520c55e0fd756fa4e7c83de3d13
fs/bio.c: move EXPORT* macros to line after function

As mentioned in Documentation/CodingStyle, move EXPORT* macro's
to the line immediately after the closing function brace line.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
fs/bio.c