]> Git Repo - linux.git/commit - fs/dcache.c
libfs: move EXPORT_SYMBOL for d_alloc_name
authorH Hartley Sweeten <[email protected]>
Wed, 30 Sep 2009 00:09:42 +0000 (20:09 -0400)
committerAl Viro <[email protected]>
Wed, 16 Dec 2009 17:16:48 +0000 (12:16 -0500)
commitef26ca97e83052790940cbc444b01b0d17a813c1
tree93700cae2f8133e74be9621f00bd4588017d85eb
parent39159de2a091a35ea86b188ebdc5e642f5cfc832
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 <[email protected]>
Signed-off-by: Al Viro <[email protected]>
fs/dcache.c
fs/libfs.c
This page took 0.053336 seconds and 4 git commands to generate.