From: H Hartley Sweeten Date: Tue, 22 Sep 2009 23:43:51 +0000 (-0700) Subject: fs/buffer.c: clean up EXPORT* macros X-Git-Tag: v2.6.32-rc1~392 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fe72eaa0f46a0fa4cdcd8f3f7853b6d39469784;p=pandora-kernel.git 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed