]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ext4: functions should not be declared extern
authorH Hartley Sweeten <hartleys@visionengravers.com>
Tue, 18 Oct 2011 14:57:51 +0000 (10:57 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 18 Oct 2011 14:57:51 +0000 (10:57 -0400)
commite0cbee3e14195ef07b8ab6ff30930fb93d2e510a
treec1bdcede0da0bbc1f06b3335d5c35ebc8011e72b
parent1bce63d1a2a2c8929442b79acd4eab2e3db10a0b
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: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/fsync.c
fs/ext4/ialloc.c