Whamcloud - gitweb
contrib: fix namespace leakage in spd_readdir
authorTheodore Ts'o <tytso@mit.edu>
Mon, 21 Jan 2013 22:19:50 +0000 (17:19 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 21 Jan 2013 22:19:50 +0000 (17:19 -0500)
commitc64929d9c36b971567e2fc45458cc7157d860e7a
treeea3ca1ad4e5df290e3c136460d6ab5c499cc393c
parent0b64f50f71ff94ab4c300caf92623792d3e8a2b3
contrib: fix namespace leakage in spd_readdir

Declare the internal symbols alloc_dirstruct() and cache_dirstruct()
as static so they don't leak out into the global namespace.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
contrib/spd_readdir.c