diff options
author | 2011-10-18 10:57:51 -0400 | |
---|---|---|
committer | 2011-10-18 10:57:51 -0400 | |
commit | e0cbee3e14195ef07b8ab6ff30930fb93d2e510a (patch) | |
tree | c1bdcede0da0bbc1f06b3335d5c35ebc8011e72b /tools/perf/scripts/python | |
parent | ext4: add block plug for .writepages (diff) | |
download | linux-dev-e0cbee3e14195ef07b8ab6ff30930fb93d2e510a.tar.xz linux-dev-e0cbee3e14195ef07b8ab6ff30930fb93d2e510a.zip |
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>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions