Skip to content
Commit 0b2355fe authored by Andreas Gruenbacher's avatar Andreas Gruenbacher
Browse files

gfs2: No longer use 'extern' in function declarations



For non-static function declarations, external linkage is implied and
the 'extern' keyword isn't needed.  Some static checkers complain about
the overuse of 'extern', so clean up all the function declarations.

In addition, remove 'extern' from the definition of
free_local_statfs_inodes(); it isn't needed there, either.

Signed-off-by: default avatarAndreas Gruenbacher <agruenba@redhat.com>
parent 062fb903
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment