]> Git Repo - linux.git/commit - fs/buffer.c
fs/buffer.c: clean up EXPORT* macros
authorH Hartley Sweeten <[email protected]>
Tue, 22 Sep 2009 23:43:51 +0000 (16:43 -0700)
committerLinus Torvalds <[email protected]>
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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/buffer.c
fs/sync.c
This page took 0.07182 seconds and 4 git commands to generate.