fs/buffer.c: clean up EXPORT* macros
authorH Hartley Sweeten <hartleys@visionengravers.com>
Tue, 22 Sep 2009 23:43:51 +0000 (16:43 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 23 Sep 2009 14:39:29 +0000 (07:39 -0700)
commit1fe72eaa0f46a0fa4cdcd8f3f7853b6d39469784
tree1bcaa65c0011cf329d5dd2a06be519460d06e434
parent88e0fbc452ed94393bf89585c2b90edb94749b45
fs/buffer.c: clean up EXPORT* macros

According to Documentation/CodingStyle the EXPORT* macro should follow
immediately after the closing function brace line.

Also, mark_buffer_async_write_endio() and do_thaw_all() are not used
elsewhere so they should be marked as static.

In addition, file_fsync() is actually in fs/sync.c so move the EXPORT* to
that file.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/buffer.c
fs/sync.c