Skip to content
Snippets Groups Projects
Commit e0cbee3e authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Theodore Ts'o
Browse files

ext4: functions should not be declared extern


The function declarations in ext4.h are already marked extern, so it's
not necessary to do so in the .c files.

This quiets the sparse noise:

warning: function 'ext4_flush_completed_IO' with external linkage has definition
warning: function 'ext4_init_inode_table' with external linkage has definition

Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent 1bce63d1
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment