From: H Hartley Sweeten Date: Wed, 30 Sep 2009 00:09:42 +0000 (-0400) Subject: libfs: move EXPORT_SYMBOL for d_alloc_name X-Git-Tag: v2.6.33-rc1~49^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef26ca97e83052790940cbc444b01b0d17a813c1;p=pandora-kernel.git libfs: move EXPORT_SYMBOL for d_alloc_name The EXPORT_SYMBOL for d_alloc_name is in fs/libfs.c but the function is in fs/dcache.c. Move the EXPORT_SYMBOL to the line immediately after the closing function brace line in fs/dcache.c as mentioned in Documentation/CodingStyle. Signed-off-by: H Hartley Sweeten Signed-off-by: Al Viro --- Reading git-diff-tree failed