commit | c64929d9c36b971567e2fc45458cc7157d860e7a | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Jan 21 17:19:50 2013 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Jan 21 17:19:50 2013 -0500 |
tree | ea3ca1ad4e5df290e3c136460d6ab5c499cc393c | |
parent | 0b64f50f71ff94ab4c300caf92623792d3e8a2b3 [diff] |
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>