]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
libext2fs: declare local functions static to avoid namespace leakage
authorTheodore Ts'o <tytso@mit.edu>
Wed, 28 Feb 2018 03:15:54 +0000 (22:15 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 28 Feb 2018 03:15:54 +0000 (22:15 -0500)
commita9d9ff7ee12e00c9caf977f36665e6c2fd0ce27a
tree438f6534eed25dcb7e90d25c2d8eaa19b9686b2a
parent60bf373e452bc3ea9573cebb27cbeb4d8536117f
libext2fs: declare local functions static to avoid namespace leakage

The functions, xattr_array_update() and space_used() were accidentally
allowed to be declared extern and were thus made available via the
shared library.  Fix this.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/ext2fs/ext_attr.c