gfs2: No longer use 'extern' in function declarations
authorAndreas Gruenbacher <agruenba@redhat.com>
Mon, 9 Oct 2023 16:49:31 +0000 (18:49 +0200)
committerAndreas Gruenbacher <agruenba@redhat.com>
Mon, 6 Nov 2023 00:51:26 +0000 (01:51 +0100)
commit0b2355fe91ac3756a9e29c8b833ba33f9affb520
treecc2adbe599121597f0565e3ecd69aa339b2930ae
parent062fb903895a035ed382a0d3f9b9d459b2718217
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: Andreas Gruenbacher <agruenba@redhat.com>
19 files changed:
fs/gfs2/acl.h
fs/gfs2/aops.h
fs/gfs2/bmap.h
fs/gfs2/dir.h
fs/gfs2/glock.h
fs/gfs2/glops.h
fs/gfs2/incore.h
fs/gfs2/inode.h
fs/gfs2/log.h
fs/gfs2/lops.h
fs/gfs2/meta_io.h
fs/gfs2/quota.h
fs/gfs2/recovery.h
fs/gfs2/rgrp.h
fs/gfs2/super.c
fs/gfs2/super.h
fs/gfs2/trans.h
fs/gfs2/util.h
fs/gfs2/xattr.h